Full Stack Web Development

W14 N Things You Didn't Know About the Angular Router

09/19/2018

3:00pm - 4:15pm

Level: Intermediate

Deborah Kurata

Microsoft MVP and Google Developer Expert (GDE)

Consultant, Speaker, Author

This session explores the many facets of routing in an Angular application, and covers a lot of awesome yet practical techniques. With routing, we can define multiple routes, pass data to routes, preload data for our views, guard our routes, add a spinner, and even improve performance by asynchronously loading our routes.

You will learn:

  • More sophisticated routing techniques
  • How to leverage child routes
  • How to improve startup performance with lazy loading