I challenge you to create a back button that that takes you back to the create screen and populates the inputs with the inputs from the route.
- Use what you have learned from the existing implementation.
- On first load the inputs must remain blank as they are now.
- On the view screen displayed there will be something created as it is now.
-
Click on a back button.
-
Routing must not be imperrative. (not allowed to use the navigte method on the Router service.)
-
Land back on the craete screen with the inputs populated from the route.
-
Everything else goes.