You need to sign in to do that
Don't have an account?

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?
You need to sign in to do that
Don't have an account?
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