Skip to content

Commit 998d076

Browse files
committed
fix(package): updated angular flex layout to v10
1 parent 09ccd11 commit 998d076

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

package-lock.json

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@angular/common": "^10.0.14",
4040
"@angular/compiler": "^10.0.14",
4141
"@angular/core": "^10.0.14",
42-
"@angular/flex-layout": "^9.0.0-beta.31",
42+
"@angular/flex-layout": "^10.0.0-beta.32",
4343
"@angular/forms": "^10.0.14",
4444
"@angular/material": "^9.2.4",
4545
"@angular/platform-browser": "^10.0.14",

projects/angular-material-extensions/password-strength/src/lib/mat-password-strength.module.ts

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

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)