-
Notifications
You must be signed in to change notification settings - Fork 68
Support Angular 15 stand alone components #247
Copy link
Copy link
Open
Labels
BREAKING CHANGEIndicates a breaking changeIndicates a breaking changetype: compatibilityIndicates an issue that only occurs on specific browsers / operating systems / devicesIndicates an issue that only occurs on specific browsers / operating systems / devices
Description
Activity
Metadata
Metadata
Assignees
Labels
BREAKING CHANGEIndicates a breaking changeIndicates a breaking changetype: compatibilityIndicates an issue that only occurs on specific browsers / operating systems / devicesIndicates 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.