is it possible with angular 9 routing to manage a scenarious as described below?
There are three page (A, B and C). The user enters in the page A (this is a registration page), then he inserts registration data and he enters in the second page (B) where he must insert a confirmation code. I would like that from this page the user can go forward (page C) and clear history (page a and b not more accessible with back function), but he can go back on the page A. Is this possible?
A -> B -> C [When in C, A e B not more available] A -> B -> A [When in B, i can go back in A]
Thanks in advance.