UNPKG

ngx-check-permission

Version:

Angular library which checks the permission status and returns the permission status for the following api's .push, midi, camera, microphone, speaker, device-info, background-fetch, background-sync, bluetooth, persistent-storage, ambient-light-sensor, acc

9 lines (8 loc) 331 B
import * as i0 from "@angular/core"; export declare class NgxCheckPermissionService { constructor(); private permissionsNames; getAllPermissions(): Promise<any>; static ɵfac: i0.ɵɵFactoryDeclaration<NgxCheckPermissionService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NgxCheckPermissionService>; }