mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This change supports compilation of components, directives, and modules within ngtsc. Support is not complete, but is enough to compile and test //packages/core/test/bundling/todo in full AOT mode. Code size benefits are not yet achieved as //packages/core itself does not get compiled, and some decorators (e.g. @Input) are not stripped, leading to unwanted code being retained by the tree-shaker. This will be improved in future commits. PR Close #24427 |
||
|---|---|---|
| .. | ||
| view | ||
| r3_ast.ts | ||
| r3_factory.ts | ||
| r3_identifiers.ts | ||
| r3_jit.ts | ||
| r3_module_compiler.ts | ||
| r3_module_factory_compiler.ts | ||
| r3_pipe_compiler.ts | ||
| r3_template_transform.ts | ||
| r3_types.ts | ||
| util.ts | ||