docs(router): fix router description (#32136)

PR Close #32136
This commit is contained in:
Esteban Gehring 2019-08-14 12:26:41 +02:00 committed by Andrew Kushnir
parent 4055150910
commit d6bbc4d76d
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ function defaultRouterHook(snapshot: RouterStateSnapshot, runExtras: {
/**
* @description
*
* An NgModule that provides navigation and URL manipulation capabilities.
* A service that provides navigation and URL manipulation capabilities.
*
* @see `Route`.
* @see [Routing and Navigation Guide](guide/router).