Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Login

Register Now

Lorem ipsum dolor sit amet, consectetur adipiscing elit.Morbi adipiscing gravdio, sit amet suscipit risus ultrices eu.Fusce viverra neque at purus laoreet consequa.Vivamus vulputate posuere nisl quis consequat.

AngularJS Learning Paths – AngularJS Tutorials | Pluralsight‎

Tutorial: Tour of Heroes

The Tour of Heroes tutorial covers the fundamentals of Angular.
In this tutorial you will build an app that helps a staffing agency manage its stable of heroes.

This basic app has many of the features you’d expect to find in a data-driven application. It acquires and displays a list of heroes, edits a selected hero’s detail, and navigates among different views of heroic data.

By the end of the tutorial you will be able to do the following:

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.

You’ll learn enough Angular to get started and gain confidence that Angular can do whatever you need it to do.

After completing all tutorial steps, the final app will look like this live example / download example.
What you’ll build
Here’s a visual idea of where this tutorial leads, beginning with the “Dashboard” view and the most heroic heroes:


Attachment