Skip to content

Angular / Complete Tour of Heroes Tutorial

Now that the basics of generating a new Angular project as been completed, it is time to start developing.

By this point in the documentation, you should be familiar with:


Required Task

In order to properly explain elements of Angular design, this documentation requires the completion of Angular's Getting Started Guide - Tour Of Heroes.

Refer to Angular's documentation to complete the Tour of Heroes Tutorial.

This application will be utilized in later portions of this documentation to go over testing.

Next Steps

Once this tutorial has been completed, the remainder of this documentation describes how to test Angular applications using the Tour of Heroes Tutorial as a familiar example, and explains how to deploy an Angular web application.

Continue on to the testing portion of this documentation to get started on testing Angular Applications. You will want to complete the examples pertaining to unit testing and end to end testing if they are not already familiar.