docs(aio): fix typo in Router documentation

Fix title and link to RouteConfigLoadEnd documentation
This commit is contained in:
Nicola Sanitate 2017-07-19 10:35:49 +02:00 committed by Peter Bacon Darwin
parent 4ce29f3a5b
commit d4679a0bc2

View File

@ -255,11 +255,11 @@ During each navigation, the `Router` emits navigation events through the `Router
<tr> <tr>
<td> <td>
<code>RouteConfigLoadStart</code> <code>RouteConfigLoadEnd</code>
</td> </td>
<td> <td>
An [event](api/router/RouteConfigLoadStart) triggered after a route has been lazy loaded. An [event](api/router/RouteConfigLoadEnd) triggered after a route has been lazy loaded.
</td> </td>
</tr> </tr>