refactor(core): 移除@Inject参数装饰器,统一使用@InjectProperty (#229)
* refactor(core): 移除@Inject参数装饰器,统一使用@InjectProperty * refactor(core): 移除@Inject参数装饰器,统一使用@InjectProperty
This commit is contained in:
@@ -19,12 +19,14 @@ export * from './Plugins';
|
||||
// 依赖注入
|
||||
export {
|
||||
Injectable,
|
||||
Inject,
|
||||
InjectProperty,
|
||||
Updatable,
|
||||
registerInjectable,
|
||||
createInstance,
|
||||
injectProperties,
|
||||
isUpdatable,
|
||||
getUpdatableMetadata
|
||||
getUpdatableMetadata,
|
||||
getPropertyInjectMetadata
|
||||
} from './Core/DI';
|
||||
export type { InjectableMetadata, UpdatableMetadata } from './Core/DI';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user