mask input angular material code example
Example: mat-input mask
npm install --save ngx-mask
...
@NgModule({
imports: [
NgxMaskModule.forRoot(),
],
})
...
npm install --save ngx-mask
...
@NgModule({
imports: [
NgxMaskModule.forRoot(),
],
})
...