I have a project which has only two parts
- Header: Having Prev-Home-Next buttons
- Body: Having Home page (default)
Now, on body there are 10 icons having unique Redirect URLs When user clicks on any icon, its URL should open in place of Home page (with 10 icons).
After that if User clicks on any buttons from header Prev, Home or Next corresponding page should open:
How to implement this with Angular 13 Routing