app.component.html 337 Bytes
Newer Older
李彥志's avatar
李彥志 committed
1 2
<h3>Angular 練習</h3>

李彥志's avatar
李彥志 committed
3
<ul>
李彥志's avatar
李彥志 committed
4 5 6
  <li><a [routerLink]="path.home">練習一</a></li>
  <li><a [routerLink]="path.p2">練習二</a></li>
  <li><a [routerLink]="path.p3">練習三</a></li>
李彥志's avatar
李彥志 committed
7
  <li><a [routerLink]="path.p4">練習四</a></li>
8
  <li><a [routerLink]="path.p5">練習五(進階版)</a></li>
李彥志's avatar
李彥志 committed
9 10 11
</ul>

<router-outlet></router-outlet>