Skip to content

the Tour of Heroes project covers the fundamentals of angular

Notifications You must be signed in to change notification settings

ronaldscruz/angular-tour-of-heroes

Repository files navigation

angular-tour-of-heroes

the Tour of Heroes project covers the fundamentals of angular

alt text alt text

  • Use built-in Angular directives to show and hide elements and display lists of hero data.
  • Create Angular components to display hero details and show an array of heroes.
  • Use one-way data binding for read-only data.
  • Add editable fields to update a model with two-way data binding.
  • Bind component methods to user events, like keystrokes and clicks.
  • Enable users to select a hero from a master list and edit that hero in the details view.
  • Format data with pipes.
  • Create a shared service to assemble the heroes.
  • Use routing to navigate among different views and their components.
  • HTTP

About

the Tour of Heroes project covers the fundamentals of angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published