1

Is it possible to open a new window and then mount a single component? similar to Reacts Portal?

I know I can window.open('/path', '_blank'); but that reloads the entire application.

Really just want to load a single informational component in a new window by itself

John
  • 1,808
  • 7
  • 28
  • 57
  • Possible duplicate of [How to open a Angular component in a new tab?](https://stackoverflow.com/questions/52005119/how-to-open-a-angular-component-in-a-new-tab) – dota2pro May 17 '19 at 15:56
  • @dota2proThat isn't mounting a single component, that loads the entire app again – John May 17 '19 at 16:09
  • What is the need of opening a component without app ? – dota2pro May 17 '19 at 16:10
  • That only a portion is loaded and not a completely new app. Imagine you have a component that's just a styled h1 tag and you pass text to it. Can you open that component alone or do you have to load the entire bundle? My question is trying to open that single component, your answer is opening the entire bundle – John May 20 '19 at 14:26
  • how about routing ?map a url with that component – dota2pro May 20 '19 at 15:10

0 Answers0