UNPKG

@vue-ioc/core

Version:

IoC and DI for Vue powered by InversifyJS and inspired by Angular @Module syntactic sugar.

9 lines (8 loc) 514 B
export { Injectable } from './decorators/Injectable'; export { Inject, InjectReactive } from './decorators/Inject'; export { Module } from './decorators/Module'; export { PostConstruct } from './decorators/PostConstruct'; export { BeforeDestroy } from './decorators/BeforeDestroy'; export { VueIocPlugin, VueIocPluginOptions } from './plugin/VueIocPlugin'; export { createInstanceHandlerDecorator } from './instance-listener/createInstanceHandlerDecorator'; export { Injector } from './injector/Injector';