UNPKG

bitfront-library

Version:

Angular CLI project with components and classes used by other Angular projects of the BIT foundation.

15 lines (14 loc) 615 B
import { OnChanges } from "@angular/core"; import { Domain } from "../data/domain"; import * as i0 from "@angular/core"; export declare class BitDomainValueComponent implements OnChanges { translatedValue: string; value: string; emptyText: string; data: Domain[]; constructor(); ngOnChanges(): void; resolveTranslatedValue(): string; static ɵfac: i0.ɵɵFactoryDef<BitDomainValueComponent, never>; static ɵcmp: i0.ɵɵComponentDefWithMeta<BitDomainValueComponent, "bit-domain-value", never, { "value": "value"; "emptyText": "emptyText"; "data": "data"; }, {}, never, never>; }