Skip to content

Instantly share code, notes, and snippets.

View raido's full-sized avatar

Raido Kuli raido

View GitHub Profile
import Service, { inject as service } from "@ember/service";
import RouterService from "@ember/routing/router-service";
export default class RouterWithBackButtonService extends Service {
@service("router")
router!: RouterService;
previousURL = "";
setup() {