Skip to content

Commit 53e69be

Browse files
committed
docs(project): updated the README.md
1 parent 7ccca45 commit 53e69be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ or follow the official [tutorial](https://angular-material-extensions.github.io/
455455

456456
## Other Angular Libraries
457457
- [ngx-auth-firebaseui](https://github.com/AnthonyNahas/ngx-auth-firebaseui)
458+
- [ngx-mailto](https://github.com/AnthonyNahas/ngx-mailto)
458459
- [ngx-linkifyjs](https://github.com/AnthonyNahas/ngx-linkifyjs)
459460
- [@angular-material-extensions/google-maps-autocomplete](https://github.com/angular-material-extensions/google-maps-autocomplete)
460461
- [@angular-material-extensions/select-country](https://github.com/angular-material-extensions/select-country)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ export class MatPasswordStrengthInfoComponent implements OnInit {
9999
minCharsCriteriaMsg: string;
100100

101101
@Input()
102-
matIconDone = "done";
102+
matIconDone = 'done';
103103

104104
@Input()
105-
matIconError = "error";
105+
matIconError = 'error';
106106

107107
ngOnInit(): void {
108108
if (!this.minCharsCriteriaMsg) {

0 commit comments

Comments
 (0)