videogular / videogular2

The HTML5 video player for Angular 2
https://videogular.github.io/videogular2-showroom/#/
MIT License
672 stars 211 forks source link

Fix build scripts #833

Closed sliceofbytes closed 5 years ago

sliceofbytes commented 5 years ago

Description

Fix - Fixed failing tests (due to type mismatches) and npm build scripts.

  1. Fixed typescript typing errors in some of the spec files.
  2. Removed parallelshell in favor of npm-run-all.
  3. Updated karma
  4. Removed use of watch for recompiling on typescript changes in favor of ngc's internal watch command.

Checklist

Please, check that you have been followed next steps: