feta(build): update to Angular 8. Use Angular CLI instead of ngm for building. Ensure compatibility with Ivy on application side. #1107
Reference in New Issue
Block a user
Delete Branch "update-to-angular8"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://github.com/valor-software/ng2-file-upload/issues/1092
Some commands (copied from
7a342268bb):npm run build - to build the library. Output is in dist/ng2-file-upload/.
npm run test - to run tests. Coverage report is in coverage/ as before.
npm run demo.serve - to build demo application and serve it through browsersync
npm run start - to run demo application using
ng serve. Requires the library to be built and linked first.Would appreciate this being reviewed and merged. As it is right now, the project is not compatible with Ivy and will stop working in angular 9.