summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/add-recipe/add-recipe.component.ts
AgeCommit message (Collapse)Author
2019-12-08Fix remove accessing private values of Recipe/Ingredient/StepTucker Evans
2019-12-08Add recipe is now sent to backend from add formTucker Evans
2019-12-08Add basic input validation to add recipe formTucker Evans
Validates: Name is required, Timer/Cook Time are digits, Amount/Servings are numbers (digits with optional decimal point).
2019-12-08Add add recipe form requires a recipe name before submittingTucker Evans
2019-12-08Add removing Ingredients/Steps from add formTucker Evans
2019-12-08Fix set non-submit buttons type to "button"Tucker Evans
This stops these buttons from triggering the submit action.
2019-12-08Add convert form data to Recipe ObjectTucker Evans
2019-12-08Add basic form for adding a recipeTucker Evans
2019-12-08Add base for add-recipe componentTucker Evans
Just changes done by `ng g component add-recipe`