()
| 3 | @Injectable() |
| 4 | export class AppService implements OnModuleInit { |
| 5 | onModuleInit() { |
| 6 | |
| 7 | } |
| 8 | onApplicationBootstrap() { |
| 9 | // 系统加载完成 模块全部加载完成 |
| 10 | console.log(`onApplicationBootstrap...`); |
nothing calls this directly
no outgoing calls
no test coverage detected