+ *
@@ -68,6 +86,8 @@ import {RouterLink, RouterLinkWithHref} from './router_link';
* This will set the active-link class on the div tag if the url is either '/user/jim' or
* '/user/bob'.
*
+ * 这样,无论当前 url 是 '/user/jim' 还是 '/user/bob',都会往 `div` 标签上添加一个 `active-link` 类。
+ *
* @ngModule RouterModule
*
*