angular/packages/compiler/src/render3
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
..
partial feat(compiler-cli): initial implementation of standalone components (#44812) 2022-02-03 08:55:25 -08:00
view feat(compiler-cli): initial implementation of standalone components (#44812) 2022-02-03 08:55:25 -08:00
r3_ast.ts fix(compiler-cli): Handle ng-template with structural directive in indexer (#44788) 2022-01-25 14:15:44 -08:00
r3_class_metadata_compiler.ts refactor(compiler-cli): introduce declaration function to declare class metadata (#41200) 2021-04-12 10:41:17 -07:00
r3_factory.ts refactor(compiler): remove cyclic dependencies (#43129) 2021-08-16 13:07:23 -07:00
r3_identifiers.ts refactor(compiler-cli): introduce declaration function to declare class metadata (#41200) 2021-04-12 10:41:17 -07:00
r3_injector_compiler.ts refactor(compiler): use ɵɵInjectorDeclaration rather than ɵɵInjectorDef in compiled output (#41119) 2021-03-22 08:57:18 -07:00
r3_jit.ts refactor(compiler): delete View Engine components of @angular/compiler (#44368) 2021-12-06 13:12:36 -05:00
r3_module_compiler.ts refactor(core): rename ...WithMeta types to ...Declaration and alias to unknown (#41119) 2021-03-22 08:57:18 -07:00
r3_pipe_compiler.ts feat(compiler-cli): initial implementation of standalone components (#44812) 2022-02-03 08:55:25 -08:00
r3_template_transform.ts fix(compiler-cli): Handle ng-template with structural directive in indexer (#44788) 2022-01-25 14:15:44 -08:00
util.ts refactor: delete the View Engine runtime (#43884) 2021-11-23 21:10:06 +00:00