UNPKG

bfend

Version:

Admin template base on ng-zorro-antd

16 lines (15 loc) 531 B
import { ElementRef, Renderer2, OnDestroy, OnInit, AfterViewInit } from '@angular/core'; import { BfACLService, ACLType } from '../auth/acl.service'; export declare class BfACLDirective implements OnDestroy, OnInit, AfterViewInit { private el; private renderer; private srv; private value; private sub; acl: string | string[] | ACLType; private judge; constructor(el: ElementRef, renderer: Renderer2, srv: BfACLService); ngAfterViewInit(): void; ngOnInit(): void; ngOnDestroy(): void; }