UNPKG

angular-firebase-authorizator

Version:

Beta version of authorizator for angular linked to firebase, it creates a model in firestore to assign permissions to users an roles, and creates a view to update this permissions

9 lines (8 loc) 285 B
import { BehaviorSubject } from 'rxjs'; export declare class ProgressbarService { constructor(); usersWaitBar: BehaviorSubject<boolean>; rolesWaitBar: BehaviorSubject<boolean>; showUsersWaitBar(show: boolean): void; showRolesWaitBar(show: boolean): void; }