init Project ✌️✌️
This commit is contained in:
commit
8a6dc19bdd
42 changed files with 249179 additions and 0 deletions
14
client/src/app/app.component.ts
Normal file
14
client/src/app/app.component.ts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue