UNPKG

fundamental-ngx

Version:

SAP Fiori Fundamentals, implemented in Angular

13 lines (12 loc) 417 B
import { ElementRef, EventEmitter, OnInit } from '@angular/core'; import { HashService } from '../utils/hash.service'; export declare class TokenComponent implements OnInit { private elRef; private hash; contentContainer: ElementRef; onCloseClick: EventEmitter<string>; id: string; clickHandler(event: any): void; constructor(elRef: ElementRef, hash: HashService); ngOnInit(): void; }