angular-cn/packages/core/test/render3
Alex Rickabaugh 27bc7dcb43 feat(ivy): ngtsc compiles @Component, @Directive, @NgModule (#24427)
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
2018-06-14 14:36:45 -07:00
..
compiler_canonical feat(ivy): ngtsc compiles @Component, @Directive, @NgModule (#24427) 2018-06-14 14:36:45 -07:00
ivy feat(ivy): ngtsc compiles @Component, @Directive, @NgModule (#24427) 2018-06-14 14:36:45 -07:00
BUILD.bazel fix(ivy): keep JIT symbol table and r3_identifiers in sync (#24479) 2018-06-14 14:15:58 -07:00
basic_perf.ts fix(ivy): support separate creation mode and update mode execution in runtime (#23292) 2018-04-11 15:30:39 -07:00
change_detection_spec.ts fix(ivy): support separate creation mode and update mode execution in runtime (#23292) 2018-04-11 15:30:39 -07:00
common_integration_spec.ts fix(ivy): properly destroy view trees where root is an embedded view without children (#23482) 2018-04-24 11:15:16 -07:00
common_with_def.ts refactor(common): Remove ngOnChanges from NgForOf (#23378) 2018-06-04 13:24:43 -07:00
component_spec.ts feat(ivy): ngtsc compiles @Component, @Directive, @NgModule (#24427) 2018-06-14 14:36:45 -07:00
content_spec.ts feat(ivy): namespaced attributes added to output instructions (#24386) 2018-06-13 13:28:16 -07:00
control_flow_spec.ts refactor(ivy): use comment nodes to mark view containers (#24346) 2018-06-13 11:23:21 -07:00
define_spec.ts feat(ivy): ngtsc compiles @Component, @Directive, @NgModule (#24427) 2018-06-14 14:36:45 -07:00
di_spec.ts feat(ivy): namespaced attributes added to output instructions (#24386) 2018-06-13 13:28:16 -07:00
directive_spec.ts feat(ivy): namespaced attributes added to output instructions (#24386) 2018-06-13 13:28:16 -07:00
domino.d.ts feat(core): Moving Renderer3 into @angular/core (#20855) 2017-12-21 21:40:58 -08:00
exports_spec.ts fix(ivy): support separate creation mode and update mode execution in runtime (#23292) 2018-04-11 15:30:39 -07:00
imported_renderer2.ts feat(ivy): implement ViewContainerRef.remove (#24221) 2018-06-05 13:33:40 -07:00
instructions_spec.ts feat(ivy): namespaced attributes added to output instructions (#24386) 2018-06-13 13:28:16 -07:00
integration_spec.ts refactor(ivy): combine LView with data (#24382) 2018-06-08 21:41:01 -07:00
jit_environment_spec.ts feat(ivy): ngtsc compiles @Component, @Directive, @NgModule (#24427) 2018-06-14 14:36:45 -07:00
lifecycle_spec.ts feat(ivy): support lifecycle hooks of ViewContainerRef (#23396) 2018-04-25 19:02:00 -07:00
listeners_spec.ts refactor(ivy): move static parts of LView.cleanup to TView (#24301) 2018-06-05 18:30:28 -07:00
load_domino.ts test(ivy): Add small_app spec for sprint #3 (#22018) 2018-02-18 13:18:54 -08:00
node_selector_matcher_spec.ts feat(ivy): namespaced attributes added to output instructions (#24386) 2018-06-13 13:28:16 -07:00
outputs_spec.ts fix(ivy): support separate creation mode and update mode execution in runtime (#23292) 2018-04-11 15:30:39 -07:00
perfCounter_spec.ts perf(ivy): add performance counters in ngDevMode (#23385) 2018-05-01 10:27:40 -07:00
pipe_spec.ts feat(ivy): add support for short-circuiting (#24039) 2018-05-25 13:46:50 -04:00
properties_spec.ts fix(ivy): support separate creation mode and update mode execution in runtime (#23292) 2018-04-11 15:30:39 -07:00
pure_function_spec.ts feat(ivy): add support for short-circuiting (#24039) 2018-05-25 13:46:50 -04:00
query_list_spec.ts feat(ivy): implement ViewContainerRef.remove (#24221) 2018-06-05 13:33:40 -07:00
query_spec.ts fix(ivy): allow view and content queries to match the same element (#24507) 2018-06-14 14:15:38 -07:00
render_util.ts feat(ivy): ngtsc compiles @Component, @Directive, @NgModule (#24427) 2018-06-14 14:36:45 -07:00
renderer_factory_spec.ts feat(ivy): implement ViewContainerRef.remove (#24221) 2018-06-05 13:33:40 -07:00
testing_spec.ts test(ivy): Add small_app spec for sprint #3 (#22018) 2018-02-18 13:18:54 -08:00
util_spec.ts feat(ivy): support deep queries through view boundaries (#21700) 2018-01-24 22:18:38 -08:00
view_container_ref_spec.ts refactor(ivy): use comment nodes to mark view containers (#24346) 2018-06-13 11:23:21 -07:00