I have three components. let say A,B,C . now I want to navigate from A to C through B
A(Source)—>B—>C(Destination)
But in that process i dont want to show component B. It should look like that user has directly go from A to C . I want to navigate like that because component C is for view only with one back button which must go to component B
So can I navigate without showing in between component/s.
Thank you