How to check: is the User logged in with angular-6-social-login npm package?
问题 I have successfully integrated with angular-6-social-login (https://www.npmjs.com/package/angular-6-social-login) to login into my angular APP using google account. I am creating an Angular Guard to protect the routes so that only users can access after logging in. The AuthService from angular-6-social-login does not support any direct function to see if the user has logged in or not. Any suggestions here, please? import { Injectable } from '@angular/core'; import { CanActivate,