This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
Biukop
/
SFM-Broker
보기
1
좋아요
0
포크
0
코드
이슈
1
풀 리퀘스트
0
릴리즈
2
위키
Activity
소스 검색
login logout worked
tags/2.037
Patrick Sun
5 년 전
부모
d46f5f0f6d
커밋
4487457e9c
1개의 변경된 파일
과
4개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/app/app.component.ts
+ 4
- 0
src/app/app.component.ts
파일 보기
@@ -36,6 +36,10 @@ export class AppComponent implements OnInit , OnDestroy {
this.loanEdit.somedata = "" + Math.random() + "changed";
this.loanEdit.open('dialog');
}
if (item.text == "Logout"){
this.login = false;
}
}
}
Write
Preview
Loading…
취소
저장