angular-cn/packages/compiler-cli/test/compliance/test_cases/r3_view_compiler
JoostK eb74a96935 refactor(compiler-cli): separate used components from used directives in partial declaration (#41104)
The partial declaration of a component includes the list of directives
that are used in its template, including some metadata of the directive
which can be used during actual compilation of the component. Used
components are currently part of this list, as components are also
directives. This commit splits the used components into a dedicate
property in the partial declaration, which allows for template
compilation to optimize the generated code for components.

PR Close #41104
2021-03-17 09:09:29 -07:00
..
animations refactor(compiler-cli): implement `ɵɵngDeclareNgModule` and `ɵɵngDeclareInjector` (#41080) 2021-03-15 13:26:51 -07:00
any refactor(compiler-cli): include `template` source directly inside declaration object (#40383) 2021-01-11 15:37:12 -08:00
hello_world refactor(compiler-cli): implement `ɵɵngDeclareNgModule` and `ɵɵngDeclareInjector` (#41080) 2021-03-15 13:26:51 -07:00
interpolations refactor(compiler-cli): implement `ɵɵngDeclareNgModule` and `ɵɵngDeclareInjector` (#41080) 2021-03-15 13:26:51 -07:00
GOLDEN_PARTIAL.js refactor(compiler-cli): separate used components from used directives in partial declaration (#41104) 2021-03-17 09:09:29 -07:00
TEST_CASES.json test(compiler-cli): migrate view compliance tests (#39914) 2020-12-01 15:12:40 -08:00
todo_example.ts test(compiler-cli): migrate view compliance tests (#39914) 2020-12-01 15:12:40 -08:00
todo_example_template.js test(compiler-cli): migrate view compliance tests (#39914) 2020-12-01 15:12:40 -08:00