I have two components. Customer and Shipment components. When user come from Shipment component to Customer component. I want to Customer component direct to Shipment component.
I use this method.
this._location.back();
from Location angular/common.
This method every always direct to back page. But I want direct to just when i came from shipment component.