function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ron Mccrerey 20Ron Mccrerey 20 

Visualforce Angular2 Lightning pass RecordId

How do I pass a recordId (or other saleforce page info) to an Angular2 SPA wrapped in Visual Force in Lightning with My-Domain enabled?
Rajesh Varma MudunuriRajesh Varma Mudunuri
Hi Ron,
Try Wrapping your VFpage with an Iframe and use this Iframe in a lightning component. Now you can use javascript to communicate your parent Id from Parent Lightning component to Child vfpage.

Thanks
Ron Mccrerey 20Ron Mccrerey 20
Can you point to an complete detailed example of how to do this?