@@ -17,6 +17,7 @@ export class AppComponent {
this.path = location.pathname;
})
}
+ //
goTab(path:string){
this.path = path;
this.router.navigate([path])