[Routing Angular 2 Application] Lesson 8 About User Component

Опубликовано: 11 Май 2026
на канале: KaSab Tutorial
385
2

Routing Angular 2+ Applications
Route Angular 2 apps with ease. Routing the component tree, lifecycle hooks, and more.

Angular 2 provides many tools for routing applications. Between routing components to child components, passing routes around modules, lifecycle hooks, and more, Angular 2 routing is extremely powerful and a necessity to learn for Angular 2.

The Angular 2 Router is the best way to route users through our applications.

Router Features

The router provides us many great features like:

Routing users between pages
Routing to pages with URL parameters
Allow for child routers
Lazy-loading
Guards and middleware-like functionality
Authentication
And more...
We'll cover all of the above features and see how we can build our own site and route users

Source code: https://github.com/scotch-io/angular2...
Demo: https://scotch-io.github.io/angular2-...