-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
area: coreIssues related to the framework runtimeIssues related to the framework runtime
Description
The goal is to codegen DI as new calls, and in the end don't need any reflective information from @Component / @Directive / @View annotations at all.
An internal prototype showed that this approach gives us great wins for bootstrap time.
Changeset 1: Codegen DI, query and pipes
- Change ViewCompiler to also generates DI, Locals and Queries Change ViewCompiler to also generates DI, Locals and Queries #6301 (@tbosch)
- Change Dart transformer to collect meta information about DI and Queries Change Dart transformer to collect meta information about DI and Queries #6298
- Create integration tests for all injector and element injector unit tests Create integration tests for all injector and element injector unit tests #6299
- Create integration tests for all ChangeDetection tests Create integration tests for all injector and element injector unit tests #6299
Changeset 2: Remove reflector
- Codegen App Injector / remove ReflectiveInjector and Reflector Codegen App Injector / remove ReflectiveInjector and Reflector for offline compile #8997
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: coreIssues related to the framework runtimeIssues related to the framework runtime