UNPKG

angular2-permission

Version:

Fully featured permission based access control for your angular 2.0 applications.

6 lines (5 loc) 176 B
import { ElementRef } from '@angular/core'; export declare class PermissionHelper { constructor(); ApplyStrategie(strategie: string, element: ElementRef): void; }