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 52f8b30 commit 0b69e04Copy full SHA for 0b69e04
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