https://github.com/angular/angular
Raw File
Tip revision: f5307bf119b08c8a1f8b2c9a6e5cc08880acdb23 authored by Jessica Janiuk on 15 November 2023, 20:21:10 UTC
release: cut the v17.0.3 release
Tip revision: f5307bf
PACKAGE.md
Implements the Angular Router service , which enables navigation from one view to the next as users perform application tasks.

Defines the `Route` object that maps a URL path to a component, and the `RouterOutlet` directive
that you use to place a routed view in a template, as well as a complete API for configuring, querying, and controlling the router state.

Import `RouterModule` to use the Router service in your app. 
For more usage information, see the [Routing and Navigation](guide/router) guide.
back to top