Skip to content

APPLICATION_ACTIONS

reference
1 min readUpdated

Kind: Constant

Source: Pams/Web/portal/pams-web/src/app/actions/definitions/core/application.def.ts (line 1)

Part of: Pams Web

Definition

ts
{
    LOADING: '[Application] Loading',
    RESET_STATE: '[Application] Reset State',
    ADD_ALERT: '[Application] Add Alert',
    DISMISS_ALERT: '[Application] Dismiss Alert',
    WAIT_ACTION: '[Application] Wait for effect'
}

Value

ts
{
    LOADING: '[Application] Loading',
    RESET_STATE: '[Application] Reset State',
    ADD_ALERT: '[Application] Add Alert',
    DISMISS_ALERT: '[Application] Dismiss Alert',
    WAIT_ACTION: '[Application] Wait for effect'
}

Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (1)

  • StatePams/Web/portal/pams-web/src/app/reducers/core/application.reducer.ts:8

Was this page helpful?

Download as PDF