UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

10 lines (9 loc) 791 B
import { AbstractI18nTextFieldComponent, LanguageIconsService, DataFieldPortalData, I18nField } from '@netgrif/components-core'; import { TranslateService } from '@ngx-translate/core'; import { DomSanitizer } from '@angular/platform-browser'; import * as i0 from "@angular/core"; export declare class I18nTextFieldComponent extends AbstractI18nTextFieldComponent { constructor(languageIconsService: LanguageIconsService, translateService: TranslateService, domSanitizer: DomSanitizer, dataFieldPortalData: DataFieldPortalData<I18nField>); static ɵfac: i0.ɵɵFactoryDeclaration<I18nTextFieldComponent, [null, null, null, { optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<I18nTextFieldComponent, "nc-i18n-text-field", never, {}, {}, never, never, false, never>; }