This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Biukop
/
SFM-Broker
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
login logout worked
tags/2.037
Patrick Sun
5 years ago
parent
d46f5f0f6d
commit
4487457e9c
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/app/app.component.ts
+ 4
- 0
src/app/app.component.ts
View File
@@ -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…
Cancel
Save