ywarezk / angular-shaam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EX Login Register

EX Forms

  • Create a login form to enter email and password
  • Create two Login components
    • LoginReactive - the login form should be created with reactive forms
    • LoginTemplate - the login form should be created with template driven forms
  • the forms should have validation - email validation, password has min length, required both fields
  • upon validation errors the input should be bordered red and a proper error message should be written.
  • the forms should send a post request to https://academeez-login-ex.herokuapp.com/api/users/login and should write at the bottom of the form if the login is success or fail
  • use bootstrap to design your form.

About


Languages

Language:TypeScript 47.3%Language:HTML 45.7%Language:JavaScript 6.8%Language:CSS 0.3%