瀏覽代碼

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 查看文件

this.loanEdit.somedata = "" + Math.random() + "changed"; this.loanEdit.somedata = "" + Math.random() + "changed";
this.loanEdit.open('dialog'); this.loanEdit.open('dialog');
} }

if (item.text == "Logout"){
this.login = false;
}
} }
} }



Loading…
取消
儲存