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