UNPKG

ngx-rx-if

Version:

An implementation of conditional reactive directive based on @ngrx/store (Redux)

9 lines (7 loc) 162 B
export interface IAppPermissions { [index: number]: boolean; } export interface IAppPermissionState { loading: boolean; values: IAppPermissions; }