angular/packages/core/src/linker
Alan Agius 93c3f7a931 build: remove usages of useDefineForClassFields: false (#58297)
When setting `"useDefineForClassFields": false`, static fields are compiled within a block that relies on the `this` context. This output makes it more difficult for bundlers to treeshake and eliminate unused code.

PR Close #58297
2024-10-28 12:26:06 -07:00
..
compiler.ts refactor(core): remove the standalone feature (#58288) 2024-10-24 16:19:02 -07:00
component_factory.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
component_factory_resolver.ts refactor(core): remove ComponentFactoryResolver related dead code (#58274) 2024-10-22 07:43:52 -07:00
destroy_ref.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
element_ref.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
ng_module_factory.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
ng_module_factory_loader.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
ng_module_factory_loader_impl.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
ng_module_registration.ts refactor(core): remove the standalone feature (#58288) 2024-10-24 16:19:02 -07:00
query_list.ts build: remove usages of useDefineForClassFields: false (#58297) 2024-10-28 12:26:06 -07:00
template_ref.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
view_container_ref.ts refactor(core): remove the standalone feature (#58288) 2024-10-24 16:19:02 -07:00
view_ref.ts refactor(core): drop ViewRefTracker in favor of ApplicationRef. (#58096) 2024-10-08 13:25:23 -07:00