我正在使用angular2-cli beta1
当我执行以下操作时
ng generate route new-patient
提示提供以下内容
C:\workspace\epimss\angular2\ts\epimss\src\app]ng generate route new-patient
installing route
installing component
create src\app\+new-patient\new-patient.component.css
create src\app\+new-patient\new-patient.component.html
create src\app\+new-patient\new-patient.component.spec.ts
create src\app\+new-patient\new-patient.component.ts
create src\app\+new-patient\index.ts
create src\app\+new-patient\shared\index.ts
No component annotation was found...
在任何其他文件中都不会发生其他注入,包括AppComponent。
我正在尝试按照https://www.youtube.com/watch?v=wHZe6gGI5RY
上的ng-conf-2016视频播放应用程序正常运行,我在其中一个组件中有以下路由:
<a [routerLink] = "['new-patient']">New Patient</a>
感谢任何帮助。 感谢