Martin Kosut
Results
1
comments of
Martin Kosut
Hello, I solved it with setInterval () in signIn(email, password) ```javascript SignIn(email, password) { return this.afAuth.auth.signInWithEmailAndPassword(email, password) .then((result) => { this.ngZone.run(() => { let i = 0; const loginTime =...