Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-07 | Merge branch 'master' into JacobJacob | Jacob | |
2019-12-07 | Delete main page component that was no longer needed | Jacob | |
2019-12-07 | import { Component } from '@angular/core';chrisundercoffer | Jacob | |
@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 } } Updated main page to include just the top navigation | |||
2019-12-07 | Updated recipe card component with new code. Essentially makes recipe | Jacob | |
card component the new main page. Left main page component in so that the original code is there, as well as the general outline for the other pages. Recipes still need to be loaded in from the backend, as they are currently pre-loaded. Also needs to be connected so the add, shopping cart, edit, and delete commands perform the correct tasks. | |||
2019-12-07 | Merge commit 'cafe1b4fd3cc02554f44ffbaa8467d867a6838cb' into chrisundercoffer | Tucker Evans | |
2019-12-07 | Added new recipe card and main page components. Added new files in each | Jacob | |
of these components for html, css, ts, and spec.ts. HTML and CSS files were updated with code from stackblitz. Apparently this thing also thinks I changed the app.module.ts file, but I do not think I did. | |||
2019-12-02 | Add deleteRecipe to backend service | Tucker Evans | |
2019-12-02 | Add updateRecipe to backend | Tucker Evans | |
2019-12-02 | Add createRecipe to backend service | Tucker Evans | |
2019-12-02 | Add getRecipe to backend service | Tucker Evans | |
2019-12-02 | Update angular dependencies | Tucker Evans | |
2019-12-02 | Fix typos in DataModels | Tucker Evans | |
Mostly variable name fixes and type fixes. Also delete unused DataModels | |||
2019-12-02 | Fix renamed BackendServiceService | Tucker Evans | |
BackendService was created as BackendServiceService. This was renamed in all other files but not in backend.service.spec.ts. | |||
2019-12-02 | Add getRecipes to BackendService | Tucker Evans | |
2019-12-02 | Add base code for BackendService | Tucker Evans | |
2019-12-02 | Merge branch 'master' into api_json=recipe_object | Tucker Evans | |
2019-12-02 | added app routing and cook page front end | unknown | |
2019-12-02 | Add variables from backend | Tucker Evans | |
2019-12-02 | Fix Steps as array in recipe | Tucker Evans | |
2019-12-02 | Fix Ingredients as array in recipe | Tucker Evans | |
2019-11-25 | Added data models. | unknown | |
2019-09-14 | Initial commit | schencej | |