Hello Sander,

thanks for the links. As far as I have understood them, they don't explain 
how to get the zone context right?

I would like to retrieve the parent zone to get my parameters which I set 
during the fork process:

return new Observable<void>((subscriber: Subscriber<void>) => {
  (<any>this._zone).inner.fork({name: 'authServiceFork'}).run(() => {
        ...
  });

I checked the stack and my zone with parameter name is there, but I don't 
know how to retrieve that instance with its properties.

<https://lh3.googleusercontent.com/-s9FsOwz3Hhs/WO5L_xAy00I/AAAAAAAAAAM/luG-la-e3HwL8GbDn4A9ohxTHeOPDtFowCLcB/s1600/zone.png>


Best Regards,

CSchulz

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" 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.

Reply via email to