We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbac72 commit 0be8ceeCopy full SHA for 0be8cee
projects/ngx-mask-lib/src/lib/ngx-mask.module.ts
@@ -10,7 +10,7 @@ import { MaskPipe } from './mask.pipe';
10
declarations: [MaskDirective, MaskPipe],
11
})
12
export class NgxMaskModule {
13
- public static forRoot(configValue?: optionsConfig | (() => optionsConfig)): ModuleWithProviders {
+ public static forRoot(configValue?: optionsConfig | (() => optionsConfig)): ModuleWithProviders<NgxMaskModule> {
14
return {
15
ngModule: NgxMaskModule,
16
providers: [
0 commit comments