MCPcopy Create free account
hub / github.com/chunshand/qdev / onModuleInit

Method onModuleInit

serve/src/app.service.ts:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3@Injectable()
4export class AppService implements OnModuleInit {
5 onModuleInit() {
6
7 }
8 onApplicationBootstrap() {
9 // 系统加载完成 模块全部加载完成
10 console.log(`onApplicationBootstrap...`);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected