Support Angular 15 stand alone components #247
Labels
BREAKING CHANGE
Indicates a breaking change
type: compatibility
Indicates an issue that only occurs on specific browsers / operating systems / devices
With new Angular 15 tandalone components became stable, however there is a little problem with this library when using them.
We have to importmodule when app is bootstrapping:
and we cannot import Notifier component it self to app.component.ts like this:
instead we have to import module which resets config.
There is a little fix for that - we need to declare notifier as standalone.
The text was updated successfully, but these errors were encountered: