Creating first Angular app. Implement routing

Click for: original source

Monty Shokeen 3 part of tutorial series in which he demonstrates how to go about creating you first Angular application. This post is part of a series called Creating your first Angular app. This series will teach you how to create your first Angular app in a beginner friendly manner.

In this tutorial, we will be implementing routing in our app. This way, the users will be able to navigate from one component to another with ease.

You will learn how to:

  • Modify the application shell
  • Updating the app.module.ts file

In this series, author teaches readers who have never used Angular before how to create a basic Angular app. You will also find further links to previous articles which will teach you basics of ANgular application development. Good reading!

[Read More]

Tags angular javascript app-development