UNPKG

jade-integration-utils

Version:

A tool made for any type of http requisitions and to manage localstorage. This package works into Angular and Ionic projects (maybe you can run this in ReactNative, MAYBE!).

6 lines (5 loc) 177 B
import { ElementRef, Renderer2 } from '@angular/core'; export declare class CheckRoleDirective { roles: string; constructor(el: ElementRef, renderer: Renderer2); }