mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6f653e05f9
This commit implements the next step of Angular's "standalone" functionality, by allowing directives/components/pipes declared as `standalone` to be imported into NgModules. Errors are raised when such a type is not standalone but is included in an NgModule's imports. PR Close #44973
14 KiB
14 KiB