mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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. |
||
|---|---|---|
| .. | ||
| compiler.ts | ||
| component_factory.ts | ||
| component_factory_resolver.ts | ||
| element_ref.ts | ||
| ng_module_factory.ts | ||
| ng_module_factory_loader.ts | ||
| query_list.ts | ||
| system_js_ng_module_factory_loader.ts | ||
| template_ref.ts | ||
| view_container_ref.ts | ||
| view_ref.ts | ||