flowaaa 1 год назад
Родитель
Сommit
6d1b999e6f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-angular/src/app/app.component.ts

+ 1 - 0
app-angular/src/app/app.component.ts

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