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])