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

perf(platform-browser): avoid including Testability by default in bootstrapApplication #45885

Commits on May 10, 2022

  1. perf(platform-browser): avoid including Testability by default in `bo…

    …otstrapApplication`
    
    The Testability-related logic was refactored in angular#45657 to become tree-shaking-friendly: it was decoupled from the core providers of the `BrowserModule`. This commit updates the newly-introduced `bootstrapApplication` function to exclude Testability-providers by default (note: the Testability is still included in the NgModule-based bootstrap).
    
    In order to add the Testability to the app bootstrapped via `bootstrapApplication`, the `provideProtractorTestingSupport` function is introduced.
    AndrewKushnir committed May 10, 2022
    Configuration menu
    Copy the full SHA
    07a6eb4 View commit details
    Browse the repository at this point in the history