Browse Source

login logout worked

tags/2.037
Patrick Sun 5 years ago
parent
commit
4487457e9c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/app/app.component.ts

+ 4
- 0
src/app/app.component.ts View File

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…
Cancel
Save