π οΈDecorators
β
@Injectable({instantiation: "singleton" | "prototype"})π―@Inject<T>(key: string | Type<T>)π@InjectProperty<T>(key: string | Type<T>)π@Setter()π@InitMethod()π@FactoryMethod()β‘@AddTags(tags)πͺ@RunBefore(key: string | Type<IRunBefore>)π΄@RunAfter(key: string | Type<IRunAfter>)π@MethodWrapper(key: string | Type<IMethodWrapper>)
Last updated