DEV Community

Krisha Sheth
Krisha Sheth

Posted on

i want to use custom Pipe on [(ngModel)] how to achieve it Can anyone share the solution #Angular_doubts

[inputValidator]="validatorType.NUMBER_ONLY" appInputValueValidation placeholder="0" type="text" [(ngModel)]="lumpsumDefaults.P " name="lumpsump"
#lumpsump="ngModel" required min="1000.0" max="100000000.0"
(ngModelChange)="onInputChange('lumpsum')" appAmountMask>

Top comments (0)