App runs on Angular 11 version.
For running app in local -
- Angular 11 need to be installed
- Clone this repo and run npm start in the base folder
App highlights
- Reactive form and field validation
- API creation and url generation separation
- Response type check
- Routing
- Modules have been added - one for login and one for loggedin
- Modules are lazy loaded
- Use of core module is shown
App TODO's
- Auth Gaurd for logged in component - currently anyone can goto logged in component
- basic css setup - to make it look better.