9092ac79d4
This changes Angular so that it can be used without reflection (assuming a codegen for injectors). BREAKIKNG CHANGE: - Drops `APP_COMPONENT` provider. Instead, inject `ApplicationRef` and read its `componentTypes` property. - long form bootstrap has changed into the following: ``` var platform = createPlatform(ReflectiveInjector.resolveAndCreate(BROWSER_PROVIDERS)); var appInjector = ReflectiveInjector.resolveAndCreate([BROWSER_APP_PROVIDERS, appProviders], platform.injector); coreLoadAndBootstrap(appInjector, MyApp); ``` |
||
---|---|---|
.. | ||
change_detection_integration_spec.ts | ||
dynamic_component_loader_spec.ts | ||
integration_dart_spec.dart | ||
integration_spec.ts | ||
projection_integration_spec.ts | ||
query_integration_spec.ts | ||
query_list_spec.ts | ||
reflector_component_resolver_spec.ts | ||
view_injector_integration_spec.ts |