I need to redirect one angular app to another if a certain thing is clicked while retaining a retailer number and a PO number for a specific return in the URL.
This is the kind of logic I have been trying to use but just can’t figure it out. Any ideas?
lk-grid-row (rowClick)="onRowClick($event)">
onRowClick(data: OrderStatus): void{
this.routeTo(/order-status/${data.orderNumber});