mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This includes implementation of methods getComponentDependencies and registerNgModule. In order to correlate ng-modules with their declarations it is required to use the method registerNgModule to regiater the ng-module. However, the actual correlation will happen lazily once getComponentDependencies method is called. This lazy behaviour also allows for forward refs to be resolved. The method getComponentDependencies will be used in local compilation mode to compute the rendering component deps in runtime. PR Close #50980 |
||
|---|---|---|
| .. | ||
| global | ||
| rxjs-interop | ||
| schematics | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||