angular/modules/@angular/core/src/linker
Tobias Bosch 126fda2613 perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788)
After the introduction of the view engine, we can drop a lot of code that is not used any more.

This should reduce the size of the app bundles because a lot of this code was not being properly tree-shaken by today's tools even though it was dead code.
2017-02-27 23:08:19 -08:00
..
compiler.ts feat(compiler): Add a enableLegacyTemplate option to support <template> 2017-02-23 20:03:16 -08:00
component_factory.ts perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
component_factory_resolver.ts perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
element_ref.ts docs(security): security api doc update and fix stability marker for Type 2016-06-28 14:01:48 -07:00
ng_module_factory.ts refactor(abstract): Use abstract keyword where possible to decrease file size. (#14112) 2017-01-27 12:32:22 -08:00
ng_module_factory_loader.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
query_list.ts feat(core): add the find method to QueryList 2016-10-28 15:34:47 -07:00
system_js_ng_module_factory_loader.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
template_ref.ts perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
view_container_ref.ts perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00
view_ref.ts perf: delete pre-view-engine core, compiler, platform-browser, etc code (#14788) 2017-02-27 23:08:19 -08:00