flowaaa преди 1 година
родител
ревизия
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])