Skip to content

initialState

reference
1 min readUpdated

Kind: Constant

Source: Pams/Web/portal/pams-web/src/app/reducers/core/profile.reducer.ts (line 18)

Part of: Pams Web

Definition

ts
ProfileState

Value

ts
{
    loading: false,
    token: null,
    user: null,
    loggedIn: false,
    loginData: new Login(),
    page: new PageData()
}

Was this page helpful?

Download as PDF