DKGit2022
Results
3
comments of
DKGit2022
Here is my code **app.component.ts** import { Component,OnInit } from '@angular/core'; import { AuthServiceService } from './appServices/auth-service.service'; import { GoogleLoginProvider, SocialAuthService } from '@abacritt/angularx-social-login'; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls:...