summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/main-page/main-page.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'recipeBuddy/src/app/main-page/main-page.component.ts')
-rw-r--r--recipeBuddy/src/app/main-page/main-page.component.ts20
1 files changed, 0 insertions, 20 deletions
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
- }
-}