File

src/app/auth/reducers/auth.state.ts

Properties

isAuthenticated
isAuthenticated: boolean
Type : boolean
import { Map, Record } from 'immutable';

export interface AuthState extends Map<string, any> {
  isAuthenticated: boolean;
}

export const AuthStateRecord = Record({
  isAuthenticated: false
});

results matching ""

    No results matching ""