mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
Replace provideAnimations() with provideAnimationsAsync() and provideNoopAnimations() with provideNoopAnimationsAsync() across the application and Storybook stories. The synchronous variants were deprecated in Angular 17. The async versions load animation code lazily, reducing the initial bundle. Fixes #6121pull/6716/head
3 changed files with 6 additions and 6 deletions
Loading…
Reference in new issue