Valid PDI Dumps shared by EduDump.com for Helping Passing PDI Exam! EduDump.com now offer the newest PDI exam dumps, the EduDump.com PDI exam questions have been updated and answers have been corrected get the newest EduDump.com PDI dumps with Test Engine here:
Access PDI Dumps Premium Version
(205 Q&As Dumps, 35%OFF Special Discount Code: freecram)




Recent Comments (The most recent comments are at the top.)
Please check this page:
https://developer.salesforce.com/docs/atlas.en-us.234.0.lightning.meta/lightning/components_visualforce.htm
To use Lightning Components for Visualforce, define component dependencies by referencing a Lightning dependency app. This app is globally accessible and extends ltng:outApp. The app declares dependencies on any Lightning definitions (like components) that it uses.
Here’s an example of a Lightning app named lcvfTest.app. The app uses the <aura:dependency> tag to indicate that it uses the standard Lightning component, lightning:button.
<aura:application access="GLOBAL" extends="ltng:outApp">
<aura:dependency resource="lightning:button"/>
</aura:application>
Why not <aura:component ?