mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8b9c32d4dc
`ngComponentOutlet` already handles null/undefined values, but the types don't reflect that. These changes update the types. Fixes #45716. PR Close #46280