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.
- Host: GitHub
- URL: https://github.com/bradmax-com/bradmax-player-ng-example
- Owner: bradmax-com
- License: mit
- Created: 2018-03-19T19:12:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T19:21:19.000Z (about 8 years ago)
- Last Synced: 2025-06-04T10:51:25.035Z (10 months ago)
- Topics: angular5, bradmax, bradmax-player, example-app, video, video-player
- Language: TypeScript
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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