Skip to content

Commit

Permalink
馃摝 NEW: angular 12 support (#73)
Browse files Browse the repository at this point in the history
* 馃摝 NEW: angular 12 support

* 馃悰 FIX:  npm vulnerabilities

* 馃悰 FIX: npm install
  • Loading branch information
antoantonyk committed Apr 23, 2022
1 parent edd284b commit 2d04827
Show file tree
Hide file tree
Showing 10 changed files with 3,929 additions and 5,668 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![npm version](https://badge.fury.io/js/angular-password-strength-meter.svg)](https://badge.fury.io/js/angular-password-strength-meter)
[![Coverage Status](https://coveralls.io/repos/github/antoantonyk/password-strength-meter/badge.svg?branch=master)](https://coveralls.io/github/antoantonyk/password-strength-meter?branch=master)

# Password Strength Meter For angular 11
# Password Strength Meter For angular 12

To display the strength of the password with a visual feedback.

Expand Down
12 changes: 9 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,20 @@
"main": "projects/password-strength-meter-showcase/src/main.ts",
"polyfills": "projects/password-strength-meter-showcase/src/polyfills.ts",
"tsConfig": "projects/password-strength-meter-showcase/tsconfig.app.json",
"aot": true,
"assets": [
"projects/password-strength-meter-showcase/src/favicon.ico",
"projects/password-strength-meter-showcase/src/assets"
],
"styles": [
"projects/password-strength-meter-showcase/src/styles.scss"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down Expand Up @@ -56,7 +61,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down

0 comments on commit 2d04827

Please sign in to comment.