Last change
on this file since bdd6491 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Line | |
---|
1 | import { ElementRef, DoCheck, ChangeDetectorRef, AfterViewInit } from '@angular/core';
|
---|
2 | import { NgModel } from '@angular/forms';
|
---|
3 | import * as i0 from "@angular/core";
|
---|
4 | import * as i1 from "@angular/common";
|
---|
5 | export 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 | }
|
---|
18 | export 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.