angular/goldens/public-api/compiler-cli
Alex Rickabaugh 0072eb48ba feat(compiler-cli): initial implementation of standalone components (#44812)
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
2022-02-03 08:55:25 -08:00
..
compiler_options.md refactor(compiler-cli): add defaultCategory option (#44391) 2022-01-11 17:33:16 +00:00
error_code.md feat(compiler-cli): initial implementation of standalone components (#44812) 2022-02-03 08:55:25 -08:00
extended_template_diagnostic_name.md refactor(compiler-cli): add ExtendedTemplateDiagnosticName and TemplateCheckFactory (#44391) 2022-01-11 17:33:15 +00:00