/angular-getting-started-product-store

Angular getting started tutorial https://angular.io/start. Product store created with StackBlitz ⚡️

Primary LanguageTypeScript

angular getting started

This repo was generated while going through angular Getting Started tutorial. https://angular.io/start

Live sample code on StackBlitz ⚡️

Technologies

TypeScript HTML CSS

This tutorial covered following:

  • 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