angular/packages/compiler/src/render3
Alex Rickabaugh 99b3af4ee6 refactor(compiler-cli): emit isStandalone flag in partial declarations (#45672)
This commit propagates the `isStandalone` flag for a component, directive,
or pipe during partial compilation of a standalone declaration. This flag
allows the linker to properly process a standalone declaration that it
encounters.

PR Close #45672
2022-04-20 05:45:57 -07:00
..
partial refactor(compiler-cli): emit isStandalone flag in partial declarations (#45672) 2022-04-20 05:45:57 -07:00
view refactor(compiler-cli): emit StandaloneFeature for standalone components (#45672) 2022-04-20 05:45:56 -07: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): emit StandaloneFeature for standalone components (#45672) 2022-04-20 05:45:56 -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 fix(compiler-cli): full side-effectful registration of NgModules with ids (#45024) 2022-03-22 11:11:53 -07:00
r3_pipe_compiler.ts feat(compiler-cli): propagate standalone flag to runtime (#44973) 2022-03-29 13:06:26 -07:00
r3_template_transform.ts fix(compiler): compute correct offsets when interpolations have HTML entities (#44811) 2022-03-08 10:23:07 -08:00
util.ts refactor: delete the View Engine runtime (#43884) 2021-11-23 21:10:06 +00:00