mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7de7871dd9
PR #13380 added support for `null` and `undefined` but the type on the parameter was not updated. This would result in a compilation error if `fullTemplateTypeCheck` is enabled. Fixes #36544 PR Close #37018