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

fix(core): update isDevMode to rely on ngDevMode #47475

Closed

Commits on Sep 23, 2022

  1. fix(core): update isDevMode to rely on ngDevMode

    This commits update `isDevMode` to rely on the `ngDevMode` which in the CLI is set by the bundler.
    
    We also update `@angular/platform-dynamic-browser` and `@angular/compiler` to remove usage of `jitDevMode`, with this change we remove all internal usages of `isDevMode`.
    alan-agius4 committed Sep 23, 2022
    Copy the full SHA
    137d04a View commit details
    Browse the repository at this point in the history