lint
This commit is contained in:
parent
b91586c470
commit
42988aa9ed
@ -28,5 +28,13 @@
|
||||
(click)="$event?.stopPropagation()"
|
||||
/>
|
||||
|
||||
<input *ngIf="isNumber" [(ngModel)]="input" (ngModelChange)="onChange($event)" [id]="id" [name]="name" type="number" (click)="$event?.stopPropagation()"/>
|
||||
<input
|
||||
*ngIf="isNumber"
|
||||
[(ngModel)]="input"
|
||||
(ngModelChange)="onChange($event)"
|
||||
[id]="id"
|
||||
[name]="name"
|
||||
type="number"
|
||||
(click)="$event?.stopPropagation()"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user