📈
aurelia-direct-router
  • Introduction
  • App Basics
    • Routing
  • Routing
    • Fundamentals
    • Installation
    • Configuration & Setup
    • Direct Routing
    • Component Configured Routing
    • Configured Routing
    • Configuring The Viewport
    • Navigation Menus
    • Navigating With Load
    • Lifecycle Hooks
    • Router Hooks
    • Differences From V1
  • Examples
    • Routing
      • Configuring auth protected routes
Powered by GitBook
On this page

Was this helpful?

  1. Routing

Configured Routing

For fans of configuration, the configured routing approach is for those who want to explicitly work with the router.

If you prefer a more traditional approach to routing where you specify the routes through configuration and things work similarly to other routers you might have worked with (including the Aurelia 1 router), then configured routing might appeal to you.

PreviousComponent Configured RoutingNextConfiguring The Viewport

Last updated 4 years ago

Was this helpful?