/
githubmirror
/
nest
Обзор
Документация
Войти
/
githubmirror
/
nest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
integration/scopes/src/app.module.ts
7 строк
212 B
Kamil Myśliwiec
feature() transient/request scope with circular deps
24 дек 2018, 16:45
Не верифицирован
24 дек 2018, 16:45
06dec9a
Код
Авторство
О чём код?
import { Module } from '@nestjs/common'; import { HelloModule } from './hello/hello.module'; @Module({ imports: [HelloModule.forRoot({ provide: 'META', useValue: true })], }) export class ApplicationModule {}