处理锚标记<a> in Angular

时间:2018-10-23 11:11:26

标签: angular

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

0 个答案:

没有答案