UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

9 lines (8 loc) 405 B
import { PipeTransform } from '@angular/core'; import { TopNavLeaf } from './tcc-top-navbar.component'; import { TccTestForRoleService } from '../../../shared/services/tcc-test-for-role/tcc-test-for-role.service'; export declare class LeafVisiblePipe implements PipeTransform { private testForRoles; constructor(testForRoles: TccTestForRoleService); transform(element: TopNavLeaf): boolean; }