flauc / angular2-notifications

A light and easy to use notifications library for Angular.
https://stackblitz.com/edit/angular2-notifications-example
MIT License
746 stars 167 forks source link

fix: don't import BrowserAnimationsModule in a library #396

Closed wwjhu closed 2 years ago

wwjhu commented 2 years ago

Leave importing BrowserAnimationsModule to the application or else lazy loaded routes will error that BrowserModule has already been loaded.

fixes #392