mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6ef9f2278f
This adds compilation of @NgModule providers and imports into ngInjectorDef statements in generated code. All @NgModule annotations will be compiled and the @NgModule decorators removed from the resultant js output. All @Injectables will also be compiled in Ivy mode, and the decorator removed. PR Close #22458