Sfoglia il codice sorgente

login logout worked

tags/2.037
Patrick Sun 5 anni fa
parent
commit
4487457e9c
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      src/app/app.component.ts

+ 4
- 0
src/app/app.component.ts Vedi 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…
Annulla
Salva