UNPKG

@infordata-web/portal-common-component-lib

Version:

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

10 lines (9 loc) 327 B
import { Observable } from 'rxjs'; import InfoTipModel from './info-tip.model'; import { I18NService } from 'portal-i18n-lib'; export declare class InfoTipService { private i18nService; private readonly i18n$; constructor(i18nService: I18NService); getInfo$(label: string): Observable<InfoTipModel>; }