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.