This repo was generated while going through angular Getting Started tutorial. https://angular.io/start
Live sample code on StackBlitz ⚡️
- generate new component
- component metadata
- sharing data between child and parent component
- add navigation (associate URL path with a component)
- generate new service
- configure service to use HTTPClient
- configure component to use service
- using forms for user input