Skip to content

Commit 43da931

Browse files
committed
chore: angular respects mode selection
1 parent d5bea93 commit 43da931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/usage/v7/input/mask/angular/app_module_ts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { ExampleComponent } from './example.component';
1111
import { MaskitoModule } from '@maskito/angular';
1212

1313
@NgModule({
14-
imports: [BrowserModule, FormsModule, MaskitoModule, IonicModule.forRoot()],
14+
imports: [BrowserModule, FormsModule, MaskitoModule, IonicModule.forRoot({})],
1515
declarations: [AppComponent, ExampleComponent],
1616
bootstrap: [AppComponent],
1717
})

0 commit comments

Comments
 (0)