mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
100091ebf0
Refs #42966. There were two remaining places where `_extendedTemplateDiagnostics` needed to be set which should have been removed in #44712 but got missed. This updates them to only require `strictTemplates` and not `_extendedTemplateDiagnostics` so the feature is properly enabled in production. PR Close #44777