Sep 5, 2018 · 1 min read
I am getting an error
Cannot invoke an expression whose type lacks a call signature. Type ‘(<TResult1 = void, TResult2 =
never>(onfulfilled?: (value: void) => TResult1 | PromiseLike<TResul…’ has no compatible call signatures.
L59: loginWithGoogle() {
L60: this.auth.signInWithGoogle()
L61: .then(