An open API service indexing awesome lists of open source software.

https://github.com/bradmax-com/bradmax-player-ng-example

Bradmax Player for Angular example app.
https://github.com/bradmax-com/bradmax-player-ng-example

angular5 bradmax bradmax-player example-app video video-player

Last synced: about 3 hours ago
JSON representation

Bradmax Player for Angular example app.

Awesome Lists containing this project

README

          

___
![Bradmax][bradmaxLogo]![Angular][angularLogo]
___
Repository contains [bradmax player][bradmax] [Angular][angular] application skeleton for a typical [Angular][angular] web app.

It's generated by [angular-cli][angular-cli], please visit [their website][angular-cli] for more details.
___
### Example of usage for:
[bradmax-com/bradmax-player-ng][git-player-ng] : bradmax player angular library.
___
## Prerequisites
We use a number of [Node.js][node] tools to initialize and build processes. You must have [Node.js][node] and its package manager [npm][npm] installed.
We also recommend to use [yarn][yarn] as replacement for [npm][npm].

You can check required [node.js][node], [npm][npm] and [yarn][yarn] versions in 'engines' section of [./package.json](./package.json) file.
___
| Directory Layout | |
|---|---|
| *`src/`* | all of the source files for the application |
| *`└─ app/app.component.css`* | default style sheets |
| *`└─ app/app.component.js`* | main app component module |
| *`└─ app/app.component.html`* | app component layout file |
| *`└─ environments/environment.prod.ts`* | production environment setup |
| *`└─ environments/environment.ts`* | environment setup |
| *`└─ main.ts`* | app bootstrap file / main entry. |
| *`└─ polyfills.ts`* | app polyfills file |
| *`└─ typings.d.ts`* | app typings file |
| *`└─ styles.css`* | app main style sheet file |
| *`└─ index.html`* | app main layout file *(the main html template file of the app)* |
| *`└─ tsconfig.app.json`* | app typescript configuration |
| *`.angular-cli.json`* | angular cli configuration |
| *`tsconfig.json`* | main typescript configuration |
| *`tslint.json`* | tslint configuration |
___
## Usage:
### 1. Install removed dependencies
```
yarn
```
### 2. Run removed
```
yarn start
```
### 3. Browse to the app @ [`localhost:4200`][local-app-url].
___
#### License MIT
___
More info @ [bradmax.com][bradmax]

[bradmax]: https://bradmax.com
[bradmax-doc-config]: https://bradmax.com/static/player-doc/configuration.html
[npm-player-ag]: https://npmjs.com/package/bradmax-player-ag
[npm-player-ng]: https://npmjs.com/package/bradmax-player-ng
[npm-player-rxjs]: https://npmjs.com/package/bradmax-player-rxjs
[npm-player-js]: https://npmjs.com/package/bradmax-player-js
[git-player-ag]: https://github.com/bradmax-com/bradmax-player-ag
[git-player-ag-example]: https://github.com/bradmax-com/bradmax-player-ag-example
[git-player-ng]: https://github.com/bradmax-com/bradmax-player-ng
[git-player-ng-example]: https://github.com/bradmax-com/bradmax-player-ng-example
[git-player-rxjs]: https://github.com/bradmax-com/bradmax-player-rxjs
[git-player-rxjs-example]: https://github.com/bradmax-com/bradmax-player-rxjs-example
[git-player-js]: https://github.com/bradmax-com/bradmax-player-js

[local-app-url]: localhost:4200
[angular]: https://angular.io/
[angular-cli]: https://cli.angular.io/
[node]: https://nodejs.org/
[npm]: https://www.npmjs.org/
[yarn]: https://yarnpkg.com/

[bradmaxLogo]: https://raw.githubusercontent.com/bradmax-com/bradmax-player-ng-example/master/assets/md/bradmax.svg?sanitize=true
[angularLogo]: https://raw.githubusercontent.com/bradmax-com/bradmax-player-ng-example/master/assets/md/ng.svg?sanitize=true