I have a quick Question about a submit button in my form. If i press it there wont be the onSubmit() method called. Did I miss something? This is the tutorial i used: https://www.techiediaries.com/login-signup-api-angular-17/
In this tutorial, we'll learn how to build login and signup pages with Angular 17. we'll use HTML and CSS to create the pages then use Angular code to build the login and signup forms and get the login and signup data from the forms using a reactive approach and then submit it to the auth endpoint using HttpClient.