View Result
So the .ts file is:
encryptedQueryString(path, sosId, subjectId, testId) {
let q = this.encDecService.encryptQueryString({ sosId: sosId, subjectId: subjectId, testId: testId });
this.route.navigate([path, q]);
}
here i want an option "open in new window" after mouse right click