diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2019-12-14 14:07:36 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2019-12-14 16:00:13 -0500 |
commit | 89cc24f3034aa8b4e8f24647c41173a7c3734e39 (patch) | |
tree | a5bc47ad5c4b5ef97f0098180acf46b3f7af5932 /recipeBuddy/src/app/shopping-cart/shopping-cart.component.ts | |
parent | 4ec8cbd63deb6cb8b24db58b36ecd4a3ccdda79e (diff) |
WIP-Changes made for demo, should be reviewed and merged as needed.WIP-demo_changes
Diffstat (limited to 'recipeBuddy/src/app/shopping-cart/shopping-cart.component.ts')
-rw-r--r-- | recipeBuddy/src/app/shopping-cart/shopping-cart.component.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipeBuddy/src/app/shopping-cart/shopping-cart.component.ts b/recipeBuddy/src/app/shopping-cart/shopping-cart.component.ts index b60a63c..dbaf1c0 100644 --- a/recipeBuddy/src/app/shopping-cart/shopping-cart.component.ts +++ b/recipeBuddy/src/app/shopping-cart/shopping-cart.component.ts @@ -6,10 +6,6 @@ import { FormsModule } from '@angular/forms'; import { Recipe } from '../DataModels/recipe'; import { Ingredient } from '../DataModels/ingredient'; - - - - @Component({ selector: 'shopping-cart.component', templateUrl: './shopping-cart.component.html', |