ng2-events icon indicating copy to clipboard operation
ng2-events copied to clipboard

Switch to Angular CLI build process

Open kryops opened this issue 5 years ago • 1 comments

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.

kryops avatar Jul 01 '20 16:07 kryops

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.

kryops avatar May 31 '24 14:05 kryops