Perform Routing in Your App
In this lesson, we'll create the paths in our routing config to define the routable components.
We'll cover the following...
As per the feature segregation that we did in the previous lesson, we now know that there are mainly five different views that can be routed to.
- Home Component/Dashboard Component
- Profile Component
- Product Listing Component
- Product detail component
- Cart component
And we saw in the routing section we can specify a redirect path and a ...