Skip to content

Commit 0b69e04

Browse files
authored
Update to Angular10
1 parent 52f8b30 commit 0b69e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module/mat-password-strength.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export {RegExpValidator} from './validator/regexp.class';
3737
entryComponents: [MatPassToggleVisibilityComponent]
3838
})
3939
export class MatPasswordStrengthModule {
40-
static forRoot(): ModuleWithProviders {
40+
static forRoot(): ModuleWithProviders<MatPasswordStrengthModule> {
4141
return {
4242
ngModule: MatPasswordStrengthModule,
4343
providers: []

0 commit comments

Comments
 (0)