In this part of Tutorial, we will learn how to make form validations. Source code: https://github.com/AlphaTechstudios/Forms/tree/Angular_tuto_part_4 Disable Sign Up button when submit Disable the signup button after submit to avoid registering the same user multiple times with the same email. We will see in the next tutorial how make this check in C# code also. […]