rxstack/rxstack

View on GitHub
packages/core/src/application/application-events.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
/**
 * Application Events
 */
export enum ApplicationEvents {
  // Dispatched when bootstrapping the application and all providers are resolved.
  BOOTSTRAP = 'application.bootstrap',
}