Skip to content

Instantly share code, notes, and snippets.

@veeranjik
Last active October 13, 2019 14:46
Show Gist options
  • Save veeranjik/356aa4412bba217ab92755121b206cf9 to your computer and use it in GitHub Desktop.
Save veeranjik/356aa4412bba217ab92755121b206cf9 to your computer and use it in GitHub Desktop.
<!--
/**
* Aura Component for Service/Sales Console
* @category Lightning component
* @author Veeranjaneyulu k
* @Created On : 11-Oct-2019
**/
-->
<aura:component implements="flexipage:availableForAllPageTypes,force:hasRecordId,flexipage:availableForRecordHome" access="global">
This is parent Aura component
<c:parentPagination/> <!-- This is LWC Component -->
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment