Page 1 of 1

2. Implement the prototype with Angular form and basic css (Use scss syntax) You should have a complete routing set up f

Posted: Sun Jul 10, 2022 11:27 am
by answerhappygod
2 Implement The Prototype With Angular Form And Basic Css Use Scss Syntax You Should Have A Complete Routing Set Up F 1
2 Implement The Prototype With Angular Form And Basic Css Use Scss Syntax You Should Have A Complete Routing Set Up F 1 (23.35 KiB) Viewed 53 times
2. Implement the prototype with Angular form and basic css (Use scss syntax) You should have a complete routing set up for sign in and register. No need to implement sign-in component. While user typing in username input box, you should continuously to send requests to http://checkname.com to verify username existence. Response is {available: boolean) (Hint: RxJS switchMap, Observable, etc)