2017年8月4日 星期五

routerLink use in shared component

shared.html
[routerLink]="['/tags',tagtext]
|---this is variable
shared.module
import { RouterModule } from '@angular/router';
imports: [
CommonModule,
RouterModule
],