Wednesday, 31 March 2021

Angular Back Button

 Angualr back button Move to previous page

ts:

goBack() {
    this.location.back();
  }
private locationLocation
import { Location } from '@angular/common';
html:
  <button  (click)="goBack()"  class="btn btn-primary btn-sm">BACK</button>

No comments:

Post a Comment

HCL healthcare

 hcl health care f2f second round interview asked more uestions on microservice 1.apim manage all apis in one place 2.sql profiler in one fo...