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
Nachu RY 8Nachu RY 8 

how to display lightning app without component in visualforce page ?

I have created the lightning app like below

<aura:application access="Global" extends="ltng:outApp" >
Hello World
</aura:application>

I can able to display the app with component in VF page .
But Can't able to dispaly app without component in VF page.
I tried but unable to get the answer.
Please suggest , Thanks in advance.

Regards
Nachu RY
 
Jefferson FernandezJefferson Fernandez
Hi Nachu, 
Please paste all your codes here. Why do you need to only display an app without a component? The application is simply a housing for your component inside a VF page. Please refer here (https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_visualforce.htm?search_text=visualforce). 

Thanks,