Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(animations): add provideAnimations() and provideNoopAnimations() functions #46793

Closed

Commits on Jul 12, 2022

  1. feat(animations): add provideAnimations() and `provideNoopAnimation…

    …s()` functions
    
    This commit adds the following functions to the public API:
    
    - provideAnimations
    - provideNoopAnimations
    
    The goal of those functions is to return a set of providers required to setup animations in an application. The functions are useful when the `bootstrapApplication` function is used to bootstrap an app. The functions allow to avoid the need to import `BrowserAnimationsModule` and `BrowserNoopAnimationsModule` NgModules.
    AndrewKushnir committed Jul 12, 2022
    Copy the full SHA
    bdc19d3 View commit details
    Browse the repository at this point in the history