SamirHodzic / ngx-embed-video

Get embed code for embedding youtube/vimeo/dailymotion/* video in websites from URL or ID in Angular 6+.
MIT License
56 stars 41 forks source link

add files property #22

Closed danconte72 closed 5 years ago

danconte72 commented 5 years ago

fix aot problems mentioned on #21 As we can see on npm docs https://docs.npmjs.com/files/package.json#files

files field is an array of file patterns that describes the entries to be included when your package is installed as a dependency

After this I could compile a build prod properly.

To test I've published meumobi-ngx-embed-video@0.0.11 only adding files property. I'will delete my package as soon my PR were merged