import { GoogleLoginProvider, SocialAuthService, } from '@abacritt/angularx-social-login'; import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'], }) export class AppComponent { title = 'Recipe Manager'; }