mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7a4b225c57
Dropping `any` in favor of `Node` for better type safety and clarity. BREAKING CHANGE: `ngComponentOutletContent` is now of type `Node[][] | undefined` instead of `any[][] | undefined`. fixes #63538 PR Close #63674