mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c3942e496a
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. PR Close #40159