In Angular 14 I am having multiple components on click of a button (Exists in component A) then it need to open B.component.html in a seperate window

Viewed 12

In Angular 14 I am having multiple components where on click of a button (Which exists in component A) then it needs to open B.component.html in a separate new window tab.

Note: Only B component HTML need to load in a separate new window (Not as a SPA.)

Thanks in advance.

0 Answers
Related