Skip to content

SnehalKaranje/angular-tour-of-heroes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-tour-of-heroes

Live sample code on StackBlitz ⚡️

Angular Tutorial has detailed steps to generate this project from scratch.

Technologies

TypeScript HTML CSS

Prerequisites

Basic knowledge of JavaScript HTML CSS TypeScript

If you want to build this project locally, install following on local machine:

What I learnt from this tutorial:

  • Generate new component
  • Component metadata (element selector, templateUrl, styleUrls)
  • Pipe operator (uppercase)
  • Two-way binding
  • Generate new interface
  • Event binding
  • Class binding to apply css style
  • Property binding
  • Generate new service
  • Provider
  • Dependency Injection
  • Synchronous and Asynchronous calls
  • Loosely coupled communication between services and component
  • Angular route (redirect route, parameterized route)
  • RouterLink directive
  • Get data from a server(using in-memory web API)
  • Decorators NgModule Component Input Injectable