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

8 lines (7 loc) 243 B
import { OnInit } from '@angular/core'; import { UserObj } from '../../../classes/user-obj'; export declare class DeleteUserWarningComponent implements OnInit { data: UserObj; constructor(data: UserObj); ngOnInit(): void; }