Hello Bill, I am facing exactly the same problem but I don't like angular to bootstrap. I would prefer that no bootstraping takes place but the new window uses my existing services. Maybe we can use sth. like shared workers for this approach?
On Tuesday, July 26, 2016 at 9:08:37 AM UTC+2, Ben Gill wrote: > > Hi, > > I want to use Window.open from one Angular (2) app, and open up a new tab > to point to navigate directly to a specific controller/component, ie: > localhost:9999/myPage?queryParam1=foo&queryParam2=bar > > When I do this, it seems to start the Angular 2 bootstrap process. > > So I kind of want to hit this URL and cause Angular to bootstrap, but then > navigate to this path. > > What is the best way to do this? > > Thanks > -- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
