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.
2 parents 3175ffa + 0b69e04 commit b9d5ee3Copy full SHA for b9d5ee3
src/module/mat-password-strength.module.ts
@@ -37,7 +37,7 @@ export {RegExpValidator} from './validator/regexp.class';
37
entryComponents: [MatPassToggleVisibilityComponent]
38
})
39
export class MatPasswordStrengthModule {
40
- static forRoot(): ModuleWithProviders {
+ static forRoot(): ModuleWithProviders<MatPasswordStrengthModule> {
41
return {
42
ngModule: MatPasswordStrengthModule,
43
providers: []
0 commit comments