From 0922e7f865d61295adc6807f2776a80ce70fe711 Mon Sep 17 00:00:00 2001 From: Jacob Date: Sat, 7 Dec 2019 03:16:32 -0500 Subject: Delete main page component that was no longer needed --- recipeBuddy/src/app/main-page/main-page.component.ts | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 recipeBuddy/src/app/main-page/main-page.component.ts (limited to 'recipeBuddy/src/app/main-page/main-page.component.ts') diff --git a/recipeBuddy/src/app/main-page/main-page.component.ts b/recipeBuddy/src/app/main-page/main-page.component.ts deleted file mode 100644 index 60e3acc..0000000 --- a/recipeBuddy/src/app/main-page/main-page.component.ts +++ /dev/null @@ -1,20 +0,0 @@ -import { Component } from '@angular/core'; - -@Component({ - selector: 'my-app', - templateUrl: './app.component.html', - styleUrls: [ './app.component.css' ] -}) -export class AppComponent { - name = 'Angular'; - - addPage() { - //Code here to move to add page - } - submitSearch() { - //Code here to submit search - } - shoppingCart() { - //Code here to move to shopping cart - } -} -- cgit v1.1