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

3 lines (2 loc) 117 B
import { InjectionToken } from '@angular/core'; export declare const AUTHORIZATOR_CONFIG: InjectionToken<unknown>;