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

View File

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