-
-
Notifications
You must be signed in to change notification settings - Fork 241
Description
Hi, I'm trying to remove my back button after my login.
A good example is the sample-groceries in Angular.
After login, you can still see the back button, but I don't want that.
I am very well-known how to implement that using JS with frameModule.topmost. It's simple to add parameters such as clearHistory or backstackVisible.
Is there any way to pass these parameters with Angular?
I've tried also create a new <router-outlet>
instead of <page-router-outlet>
following the Docs about {N} Angular Navigation.
So I have a login and a index for my router-outlet, however, the index should have some child routers. I'm having lot's of issues trying this solution. Actually my index doesn't replace the full page which is what I want.
Anybody with some ideas for that?
I'm happy to post some examples here...but perhaps it's a simple parameter that I couldn't find.
Also it might be related with #2170
Many thanks