Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorens committed Dec 31, 2020
1 parent 4c5150f commit cdfd691
Show file tree
Hide file tree
Showing 12 changed files with 323 additions and 1,838 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This showcases are build around the Bitmovin Adaptive Streaming Player, demonstr
* [regionOfInterest](adaptation/regionOfInterest.html): Multiple players with low quality and the active player (where the mouse is over) switches to better quality.
* [rateBasedSwitching](adaptation/rateBasedSwitching.js): Measuring the speed of downloads and select the quality accordingly.
* [**angular**](angular/)
* [buildPlayerWithNpm](angular/src/app/bitmovin-player): Using the Bitmovin NPM package
* [buildPlayerWithNpm](angular/src/app/bitmovin-player/bitmovin-player.component.ts): Using the Bitmovin NPM package
* [**CAF Receiver**](https://github.com/bitmovin/bitmovin-player-caf-receiver): Example of a Chromecast Application Framework (CAF) receiver app, also known as cast receiver v3 SDK.
* [**castReceiver**](castReceiver/)
* [receiverApp](castReceiver/receiverApp.html): Example of a custom receiver app.
Expand Down
46 changes: 0 additions & 46 deletions angular/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,3 @@ Run `ng generate component component-name` to generate a new component. You can
## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
4 changes: 1 addition & 3 deletions angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"e2e/tsconfig.json"
"tsconfig.app.json"
],
"exclude": [
"**/node_modules/**"
Expand Down
38 changes: 0 additions & 38 deletions angular/karma.conf.js

This file was deleted.

Loading

0 comments on commit cdfd691

Please sign in to comment.