For this exercise you are asked to build a pizza editor form for a very opinionated pizzeria. The model for a pizza is described in app/pizza.ts. You are asked to complete the implementation of app/pizza-editor.ts and app/pizza-editor.html such that a user can modify these values. The acceptable values for the cheese
and sauce
are already placed in the template. Additionally the submit function has already been implemented.
When the values are modified and the user clicks on save
the values in grey box should update to match.