Posts tagged with Routing

Featured image for "Loading content within a sidebar using Angular routing"
JavaScript

Loading content within a sidebar using Angular routing

In this tutorial, we'll use the powers of Angular Material and routing combined to load our route content within a sidebar or sidenav component.

Read more →
Featured image for "Changing your page title when a route changes with Angular 2"
JavaScript

Changing your page title when a route changes with Angular 2

Routing is an important concept with modern webapps. In this article I will show you how to dynamically change your title based on a route with Angular 2.

Read more →
Featured image for "Using routing with Angular 2"
JavaScript

Using routing with Angular 2

Single page webapps are the future, and to achieve that, routing is a commonly used pattern. In this article I will show how to use routing with Angular.

Read more →