Class Overview
class ApplicationInitStatus {
constructor
(appInits: (() => any)[])
done
: boolean
donePromise
: Promise<any>
}
Class Description
A class that reflects the state of running APP_INITIALIZER
s.
Annotations
@Injectable()
exported from core/index, defined in core/src/application_init.ts