Usage with TypeORM
import { useContainer as rcUseContainer } from 'routing-controllers';
import { useContainer as typeOrmUseContainer } from 'typeorm';
import { Container } from 'typedi';
rcUseContainer(Container);
typeOrmUseContainer(Container);Last updated
Was this helpful?