Angular password strength meter

Опубликовано: 18 Январь 2025
на канале: Sourav
4,060
49

This video is to explain how to create a password strength check meter based on complexity required. Following are the criteria and can be customized:
1. Minimum length
2. Minimum 1 number
3. Minimum 1 small case character
4. Minimum 1 upper case character
5. Minimum 1 special character
Based on requirement above criteria can be configured.

Codebase: https://github.com/gitoutofbox/angula...

Password-meter-component: https://github.com/gitoutofbox/angula...

Implemented in this page: https://github.com/gitoutofbox/angula...