ApplicationInitStatus

class

npm Package @angular/core
Module import { ApplicationInitStatus } from '@angular/core';
Source core/src/application_init.ts

Overview

class ApplicationInitStatus {
  constructor(appInits: (() => any)[])
  get done: boolean
  get donePromise: Promise<any>
}

Description

A class that reflects the state of running APP_INITIALIZERs.

Constructor

constructor(appInits: (() => any)[])

Members

get done: boolean

get donePromise: Promise<any>

Annotations

@Injectable()

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v4.angular.io/api/core/ApplicationInitStatus