ソースを参照

login logout worked

tags/2.037
Patrick Sun 5年前
コミット
4487457e9c
1個のファイルの変更4行の追加0行の削除
  1. +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;
}
}
}


読み込み中…
キャンセル
保存