Class FrontendApplicationStateService

Hierarchy (view full)

Constructors

Properties

_state: FrontendApplicationState = 'init'
deferred: {
    [state: string]: Deferred<void>;
} = {}

Type declaration

logger: ILogger
stateChanged: Emitter<FrontendApplicationState> = ...

Accessors

Methods