angular/packages/compiler/src/render3/view
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
..
i18n refactor(compiler): add @suppress {msgDescriptions} if no description is present on an i18n message (#44787) 2022-02-02 15:33:44 -08:00
api.ts feat(compiler-cli): initial implementation of standalone components (#44812) 2022-02-03 08:55:25 -08:00
compiler.ts refactor(compiler): remove ViewEngine identifiers (#44676) 2022-02-02 00:04:13 +00:00
style_parser.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
styling_builder.ts refactor(compiler): delete View Engine components of @angular/compiler (#44368) 2021-12-06 13:12:36 -05:00
t2_api.ts feat(compiler-cli): provide the animations for DirectiveMeta (#44630) 2022-01-10 21:22:44 +00:00
t2_binder.ts refactor(compiler): combine call ASTs (#42882) 2021-09-21 20:55:29 +00:00
template.ts refactor(compiler): remove ViewEngine identifiers (#44676) 2022-02-02 00:04:13 +00:00
util.ts refactor(compiler): remove unused unsupported function (#44411) 2022-01-04 15:54:10 -08:00