nkoehler / mat-video

:tv: mat-video is an Angular 8/9+ video player using Material!
https://nkoehler.github.io/mat-video/
MIT License
91 stars 47 forks source link

Modernize and split package into project structure #33

Closed fabiomartino closed 4 years ago

fabiomartino commented 5 years ago

Hi! I restructure the project (Angular 8+) and split the mat-video code from sample code. Now after install node dependencies (npm install) we can build the library with 'npm run build:lib' the builded library will be generated into the common dist folder and due to the "paths" in the tsconfig.json mat-video library will be correctly imported in the sample app.

Cordially Fabio