This web form have the ability to get Data from outside and have multiply validations, for example:
- Check if the inserted email exist with the cloud.
- Compare fields with there "Confirmation" fields.
- Validate password with Regex pattern.
and more..
Based on yeoman/generator-angular.