mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Prior to this commit, functions that issued warnings were not wrapped with `ngDevMode` at the point of invocation but had the `ngDevMode` check inside. This meant they acted as no-ops in production. In this commit, we wrap them externally with `ngDevMode`, so they are entirely removed. PR Close #59408 |
||
|---|---|---|
| .. | ||
| dsl | ||
| render | ||
| browser.ts | ||
| create_engine.ts | ||
| error_helpers.ts | ||
| private_export.ts | ||
| util.ts | ||
| warning_helpers.ts | ||