...

/

Adding Specialty Pizzas using patchValue

Adding Specialty Pizzas using patchValue

We have a relatively functional (if plain) order form. Time to zest that up with some specials using "patchValue" in reactive forms.

We'll cover the following...

In our case, the specials will be pre-configured collections of toppings (nothing too crazy). This also lets the user customize the specials (maybe you’re not a fan of hot sauce but love everything else about buffalo chicken).

patchValue in reactive form

The traditional form story doesn’t provide much ...