import { Inject } from './Inject'; import { Service } from './Service'; import { SingletonService } from './SingletonService'; export { Inject, Service, SingletonService };