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
|
||
|---|---|---|
| .. | ||
| i18n | ||
| api.ts | ||
| compiler.ts | ||
| style_parser.ts | ||
| styling_builder.ts | ||
| t2_api.ts | ||
| t2_binder.ts | ||
| template.ts | ||
| util.ts | ||