UNPKG

@lxlib/acl

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

16 lines (15 loc) 501 B
import { ElementRef, OnDestroy, Renderer2 } from '@angular/core'; import { ACLService } from './acl.service'; import { ACLCanType } from './acl.type'; export declare class ACLDirective implements OnDestroy { private el; private renderer; protected srv: ACLService; private _value; private change$; set acl(value: ACLCanType); set ability(value: ACLCanType); private set; constructor(el: ElementRef, renderer: Renderer2, srv: ACLService); ngOnDestroy(): void; }