mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit implements the first phase of standalone components in the Angular
compiler. This mainly includes the scoping rules for standalone components
(`@Component({imports})`).
Significant functionality from the design is _not_ implemented by this PR,
including:
* imports of standalone components into NgModules.
* the provider aspect of standalone components
Future commits will address these issues, as we proceed with the design of
this feature.
PR Close #44812
|
||
|---|---|---|
| .. | ||
| partial | ||
| view | ||
| r3_ast.ts | ||
| r3_class_metadata_compiler.ts | ||
| r3_factory.ts | ||
| r3_identifiers.ts | ||
| r3_injector_compiler.ts | ||
| r3_jit.ts | ||
| r3_module_compiler.ts | ||
| r3_pipe_compiler.ts | ||
| r3_template_transform.ts | ||
| util.ts | ||