Skip to content

Instantly share code, notes, and snippets.

import { Component, OnInit, Injectable } from '@angular/core';
import { Router, CanDeactivate } from '@angular/router';
import { LocationStrategy } from '@angular/common';
let isBackClicked = false;
@Component({
selector: 'app-output',
templateUrl: './output.component.html',
styleUrls: ['./output.component.scss']