angular/packages/core/src/compiler
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
..
BUILD.bazel ci: Upgrade tsec to 0.2.0. (#44205) 2021-11-24 18:55:58 +00:00
compiler_facade.ts refactor(core): expand error logging when the JIT compiler is not available (#42693) 2021-07-15 13:19:05 -07:00
compiler_facade_interface.ts feat(compiler-cli): initial implementation of standalone components (#44812) 2022-02-03 08:55:25 -08:00