This commit is contained in:
Peter Maquiran
2022-04-08 13:52:00 +01:00
parent 18bff756f1
commit 7c5c4acf0e
7 changed files with 43 additions and 61 deletions
+9
View File
@@ -88,4 +88,13 @@ export class RouteService {
}
getLastRoute() {
return this.history[this.history.length - 1]
}
getLastRouteA() {
return this.history[this.history.length - 2]
}
}