* Navigates back in the platform's history.
()
| 197 | * Navigates back in the platform's history. |
| 198 | */ |
| 199 | back(): void { |
| 200 | this._locationStrategy.back(); |
| 201 | } |
| 202 | |
| 203 | /** |
| 204 | * Navigate to a specific page from session history, identified by its relative position to the |
no outgoing calls