Navigate To Lightning Component Navigation_ex.cmp <aura:component implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes,force:lightningQuickAction,lightning:hasPageReference,lightning:isUrlAddressable" access="global" > <lightning:navigation aura:id="navigation" /> <lightning:button label="Navigation" title="NavigationRec" onclick="{!c.NavigationRec}" /> </aura:component> JS ({ NavigationRec : function(component, event, helper) { var pageReference = component.find("navigation"); var pageReferenceNav = { "type": "standard__component", "attributes": { ...