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
-
Breaking Changes
standalone
components 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
provideAnimations
in yourAppConfig
;or, if you prefer to not have animations, you can use
provideNoopAnimations
in yourAppConfig
.Alteranatively, if you still use
bootstrapModule
, you can continue to importBrowserAnimationsModule
in 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
, orSatPopoverHoverDirective
as necessary.This discussion was created from the release 14.0.0 hoarse-horse.
Beta Was this translation helpful? Give feedback.
All reactions