Skip to main content

All Questions

2 votes
0 answers
336 views

Angular directive for numbers with decimals and key board copy paste support

<input type="text" formControlName="reg_retail" appTwoDigitDecimaNumber/> @Directive({ selector: '[appTwoDigitDecimaNumber]' }) export class TwoDigitDecimaNumberDirective { // Allow decimal ...
Shaik Habeeb's user avatar