mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e4838310c9
The `_checkParentType` bodies are wrapped with `ngDevMode`, meaning they act as no-ops in production. We can wrap the actual calls to `_checkParentType` with `ngDevMode` to prevent calling no-op functions in production PR Close #59489