https://github.com/angular/angular
Raw File
Tip revision: 3bafda20c30edb42e5cb3c2424edca2f7224ffde authored by Matthieu Riegler on 21 August 2024, 00:15:12 UTC
docs(docs-infra): fix navigation between API pages (#57492)
Tip revision: 3bafda2
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/routing/common-router-tasks) guide.
back to top