MCPcopy Create free account
hub / github.com/ionic-team/ionic-conference-app / checkLoginStatus

Method checkLoginStatus

src/app/app.component.ts:154–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 }
153
154 checkLoginStatus() {
155 return this.userService.isLoggedIn().then(loggedIn => {
156 return this.updateLoggedInStatus(loggedIn);
157 });
158 }
159
160 updateLoggedInStatus(loggedIn: boolean) {
161 setTimeout(() => {

Callers 1

ngOnInitMethod · 0.95

Calls 2

updateLoggedInStatusMethod · 0.95
isLoggedInMethod · 0.80

Tested by

no test coverage detected