角度2中的URL路由

时间:2015-08-04 02:55:03

标签: angular angular-routing

我正试图进入Angular 2,我已经开始运行路由器了。问题是它只在您点击router-link时才有效。如果我直接进入路径,则会显示根模板/。这是目前的样子;

import { routerInjectables, RouteConfig, RouterOutlet, RouterLink } from 'angular2/router';

.
.
.

@RouteConfig([
  { path: '/', component: HelloComponent, as: 'hello' },
  { path: '/goodbye', component: GoodbyeComponent, as: 'goodbye' }
])

更新:这是一个完整代码的要点:https://gist.github.com/trezm/bc0ea506b610c7306b50

0 个答案:

没有答案