Kind: Constant
Source: Pams/Web/portal/pams-web/src/app/reducers/core/profile.reducer.ts (line 18)
Part of: Pams Web
Definition
tsProfileState
Value
ts{
loading: false,
token: null,
user: null,
loggedIn: false,
loginData: new Login(),
page: new PageData()
}
Was this page helpful?