summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/app.module.ts
AgeCommit message (Collapse)Author
2019-12-10Merge branch 'master' into main-page-in-progresstest-mainTucker Evans
2019-12-09Initial commit for main page work in progress. Trying to figure outJacob
infinite scroll
2019-12-08Add material look to Add Recipe formTucker 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`
2019-12-07Merge branch 'master' into JacobJacobJacob
2019-12-07Delete main page component that was no longer neededJacob
2019-12-07Merge commit 'cafe1b4fd3cc02554f44ffbaa8467d867a6838cb' into chrisundercofferTucker Evans
2019-12-07Added new recipe card and main page components. Added new files in eachJacob
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-02Add base code for BackendServiceTucker Evans
2019-12-02added app routing and cook page front endunknown
2019-09-14Initial commitschencej