How do I navigate from new-contract component to customer-details component?
I tried following on the new-contract component but it keeps navigating to 404.
this.back_url = '/customer/customer-details
this.router.navigate([this.back_url]);
How do I navigate from new-contract component to customer-details component?
I tried following on the new-contract component but it keeps navigating to 404.
this.back_url = '/customer/customer-details
this.router.navigate([this.back_url]);