refactor(di): unified di injector and core injector
BREAKING CHANGES: * InjectAsync and InjectLazy have been removed * toAsyncFactory has been removed
This commit is contained in:
@ -22,9 +22,8 @@ export {Form} from './src/forms/directives/form_interface';
|
||||
export {TypeDecorator, ClassDefinition} from './src/util/decorators';
|
||||
export {Query} from './src/core/annotations_impl/di';
|
||||
export {ControlContainer} from './src/forms/directives/control_container';
|
||||
export {Injectable} from './src/di/annotations_impl';
|
||||
export {Injectable, Visibility} from './src/di/annotations_impl';
|
||||
export {BaseQueryList} from './src/core/compiler/base_query_list';
|
||||
export {AppProtoView, AppView, AppViewContainer} from './src/core/compiler/view';
|
||||
export * from './src/change_detection/parser/ast';
|
||||
export {Visibility} from './src/core/annotations_impl/visibility';
|
||||
export {AppViewManager} from './src/core/compiler/view_manager';
|
||||
|
Reference in New Issue
Block a user