Full Stack Web Development

T09 N Things You Didn't Know About the Router

06/11/2019

1:30pm - 2:45pm

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