Skip to content

Interface: OnApplicationBootstrap

Defined in: packages/core/src/interfaces/lifecycle.interface.ts:14

Interface for lifecycle hooks called when the application is bootstrapped This method is called after all modules have been initialized

Methods

onApplicationBootstrap()

ts
onApplicationBootstrap(): void | Promise<void>;

Defined in: packages/core/src/interfaces/lifecycle.interface.ts:15

Returns

void | Promise<void>

Released under the MIT License.