ng2-events
ng2-events copied to clipboard
Switch to Angular CLI build process
Upgrading the library to newer versions of Angular is painful because it was created at a time when the Angular CLI was not around.
Switching the current manual build process using tsc, ngc and rollup to the Angular CLI should hopefully lead to easier upgrades.
The demo already uses the Angular CLI, but fails the build system migration because it does not have a tsconfig.json.
It might make sense to migrate over both the library and the demo to a clean new Angular CLI project.