NinaAs
0
Q:

mat-input mask

npm install --save ngx-mask
...
@NgModule({
  imports: [
    NgxMaskModule.forRoot(),
  ],
})
...
<input type="text" mask="9999999-9999" />
2

New to Communities?

Join the community