VV
Size: a a a
VV
nt
nt
VV
nt
AK
s
VS
VS
VS
nt
VS
Вキ
🧤K
AS
AS
this.platform.backButton.subscribe(()=>{
const routerState: RouterState = this.router.routerState;
this.logger.log(`routerState: ${routerState.toString()}`);
const routerStateSnapshot = routerState.snapshot;
this.logger.log(`routerStateSnapshot: ${routerStateSnapshot.url} ${routerStateSnapshot.toString()}`);
const root : ActivatedRoute = routerState.root;
this.logger.log(`root: ${root.toString()}`);
this.logger.log(`back button pressed: ${this.router.url}`);
});
S
NA