Problem when using with angular-cli:
Module build failed: Error: C:/angular-notifier-demo/node_modules/angular-notifier/src/components/notifier-notification.component.d.ts (1,1): Cannot find type de
finition file for 'core-js'.)
Which is this line:
/// <reference types="core-js" /> gives error, please remove from follow files:
notifier-notification.component.d.ts
notifier-animation.model.d.ts
notifier-timer.service.d.ts files
Also there is web-animations-next.min.js dependency which is not clearly documented.