๐ ๏ธ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