14.0.0 hoarse-horse #314
isaackehle
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Breaking Changes
standalonecomponents the default, which significantly affects how SatPopover is loaded.Notes
Recommended reading:
Bootstrapping has changed!
If you want the popover animations to work, you must use
provideAnimationsin yourAppConfig;or, if you prefer to not have animations, you can use
provideNoopAnimationsin yourAppConfig.Alteranatively, if you still use
bootstrapModule, you can continue to importBrowserAnimationsModulein this manner.Can I still use modules to import SatPopover?
Yes. SatPopoverModule can still be imported, although you may still have to import
SatPopoverComponent,SatPopoverAnchorDirective, orSatPopoverHoverDirectiveas necessary.This discussion was created from the release 14.0.0 hoarse-horse.
Beta Was this translation helpful? Give feedback.
All reactions