Call Child Controller JS method using aura:method Introduction to Aura.Action tag(Call Parent Component Controller JS Action from Child component) Create Beer Order Object model for LAB work. Add Logic behind the view Details Button. Create new Component for BeerDetails. Introduction…
Introduction to Events. System Events Component Event Application Event Browser Event Create Component which shows how System example Init (constructor) Value change(change the value in any attribute) Lab Work for Project Enhance the record css and add the Image Show…
Register the Component Event Handle the Component Event Introduction to reusable component. What are reusable component. How to call component inside another component. Bound and unbound expression. Example of bound and unbound component. Create an Apex class to put the…
With the Time the complexity of your Lightning Components grows, so does the risk of defects when you write them, and of breaking changes when you refactor them. So to make sure that your lightning component is working properly like…
In this tutorial, you will learn about how to put the validation in the Lightning input and learn about Lightning Event. Here is the agenda for Day 6 Add a new method in Apex Class to insert the Contact and…
Hi Developers, Welcome to Lightning Component Development Series Day 5. Today we will start the introduction of our Live Project which is Beer Explorer Introduction to predefined interfaces in LC. Add ContactList Component in Account Record Page Enhance the ContactList…
Hey Folks, Find the Agenda for Day 4 and here we will also discuss what we have done in our earlier sessions If and else expression in lightning component(Lazy Loading) For loop in Lightning Component. How to use Map in…