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): set ngDevMode to false when calling enableProdMode() #40124

Closed
wants to merge 1 commit into from
Closed

fix(core): set ngDevMode to false when calling enableProdMode() #40124

wants to merge 1 commit into from

Commits on Dec 15, 2020

  1. fix(core): set ngDevMode to false when calling enableProdMode()

    The `ngDevMode` description also mentions that calling `enableProdMode` will set this the value to `false`.
    https://github.com/angular/angular/blob/4610093c87975b6355f31a9c849351129908783a/packages/core/src/util/ng_dev_mode.ts#L22 which is currently not the case.
    alan-agius4 committed Dec 15, 2020
    Copy the full SHA
    d34fcdc View commit details
    Browse the repository at this point in the history