Is it possible to navigate to an URL and give a json object to it? As: ``` javascript // exactly like @RouteConfig this.router.navigateByUrl('/path', { data: { entity: 'entity' } }) ``` Best regards, Tiago Braga