We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b872d10 commit 45de2e3Copy full SHA for 45de2e3
all-decorator/src/app.module.ts
@@ -11,7 +11,7 @@ import { AaaController } from './aaa.controller';
11
@Module({
12
imports: [BbbModule, CccModule],
13
controllers: [AppController, AaaController],
14
- providers: [AppService, AaaGuard, AaaInterceptor, Guang, {
+ providers: [AppService, Guang, {
15
provide: 'Guang',
16
useFactory() {
17
return {
0 commit comments