source: trip-planner-front/node_modules/primeng/inputtext/inputtext.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.0 KB
Line 
1import { ElementRef, DoCheck, ChangeDetectorRef, AfterViewInit } from '@angular/core';
2import { NgModel } from '@angular/forms';
3import * as i0 from "@angular/core";
4import * as i1 from "@angular/common";
5export declare class InputText implements DoCheck, AfterViewInit {
6 el: ElementRef;
7 ngModel: NgModel;
8 private cd;
9 filled: boolean;
10 constructor(el: ElementRef, ngModel: NgModel, cd: ChangeDetectorRef);
11 ngAfterViewInit(): void;
12 ngDoCheck(): void;
13 onInput(e: any): void;
14 updateFilledState(): void;
15 static ɵfac: i0.ɵɵFactoryDeclaration<InputText, [null, { optional: true; }, null]>;
16 static ɵdir: i0.ɵɵDirectiveDeclaration<InputText, "[pInputText]", never, {}, {}, never>;
17}
18export declare class InputTextModule {
19 static ɵfac: i0.ɵɵFactoryDeclaration<InputTextModule, never>;
20 static ɵmod: i0.ɵɵNgModuleDeclaration<InputTextModule, [typeof InputText], [typeof i1.CommonModule], [typeof InputText]>;
21 static ɵinj: i0.ɵɵInjectorDeclaration<InputTextModule>;
22}
Note: See TracBrowser for help on using the repository browser.