Asynchronous Routes & Navigation

Explanation

Route's with a resolve property are asynchronous. When they match, a response will not be emitted until the resolve function's asynchronous actions complete. While waiting, the links can render loading notifications.

Live Demo

Use the three buttons at the top of the Sandbox to toggle view modes. Clicking the menu button in the top left corner opens a menu to switch between files.