🛠️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