Skip to content

Commit 0be8cee

Browse files
author
Георгий
committed
angular 16
1 parent dcbac72 commit 0be8cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ngx-mask-lib/src/lib/ngx-mask.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { MaskPipe } from './mask.pipe';
1010
declarations: [MaskDirective, MaskPipe],
1111
})
1212
export class NgxMaskModule {
13-
public static forRoot(configValue?: optionsConfig | (() => optionsConfig)): ModuleWithProviders {
13+
public static forRoot(configValue?: optionsConfig | (() => optionsConfig)): ModuleWithProviders<NgxMaskModule> {
1414
return {
1515
ngModule: NgxMaskModule,
1616
providers: [

0 commit comments

Comments
 (0)