MCPcopy Index your code
hub / github.com/ionic-team/ionic-conference-app / updateLoggedInStatus

Method updateLoggedInStatus

src/app/app.component.ts:160–164  ·  view source on GitHub ↗
(loggedIn: boolean)

Source from the content-addressed store, hash-verified

158 }
159
160 updateLoggedInStatus(loggedIn: boolean) {
161 setTimeout(() => {
162 this.loggedIn = loggedIn;
163 }, 300);
164 }
165
166 listenForLoginEvents() {
167 window.addEventListener('user:login', () => {

Callers 2

checkLoginStatusMethod · 0.95
listenForLoginEventsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected