Salesforce Lightning Component Development: Aura Framework

Salesforce Lightning Component Development: Aura Framework
149.99 USD
Buy Now

Prerequisites: 1. Basic understanding of Salesforce Administration.2. Good understanding of Salesforce Development using Visual force and Apex Programming Languages.3. Basic understanding of HTML, Javascript and CSS.Q: Why to Enroll this course?1. Real time Project Oriented Training with live examples.2. Provided you the live class notes to recall the sessions in future and practice.3. Course is delivered as a high interactive session, with extensive live examples.4. This course is specially designed for the developers / admin / project managers who wants to understand the lightning application development using aura framework.5. Latest videos from a live batch. About Me:9+ years of Real time Experience in Salesforce CRM Cloud Application development. Currently working as a Senior Technical Consultant & Senior Developer.6+ years of teaching experience in Salesforce CRM on different salesforce modules like Admin, Development, Integrations and Lightning. What you will learn at the end of the course: Course ContentSalesforce Lightning Architecture MVCIntroduction to Lightning. Differences between Salesforce Classic and Lightning. MVC Architecture of Classic Vs Lightning. Introduction to Aura Framework to build the lightning applications. Domain Management - Running Lightning applications using Domain. Advantages of Lightning over Classic. Enabling and Disabling the Lightning Experience in Salesforce Org. Introduction to Packages, Namespace, Package creation and installations. Introduction to Java script codeIntroduction Salesforce Lightning design system (SLDS)Introduction to Lightning Data services (LDS)Introduction to S-controls Vs Visual force Vs Lightning Components Vs Lightning Web ComponentsBuilding Lightning applications using Developer console and SFDX. Working with Component Bundle in Lightning Lightning components. Lightning applications. Stylesworking with client side ControllerDesignDocumentationRendererHelperSVG fileWorking with Lightning Components and Lightning ApplicationsIntroduction to Lightning component and Lighting Application. Creating a Lightning Component. Introduction to Lightning Application. Calling Lightning Components in Lightning Applications. Calling a Lightning component with in another Lightning component. Use cases of and coding examples. How to pass the data between the multiple components. Debugging in Lightning Experience. Working with Javascript events (onclick, onchange, onblur etc).Working with Lightning namespace components (lightning: card, aura: iteration, lightning: datatable etc).console. log() methods to debug the lightning execution flow. Importance of using below Lightning tagsUsing Lightning Buttons - Lightning Card. Introduction to lightning CardUsing Lightning: card in Lightning components or Lightning applications. Using Layout and Layout Item in LightningClient side Controller (Java script controller) Vs Server side Controller (Apex class)Introduction to client side Controller. Set and get the attributes with in client side controller. Defining functions in client side controller. Calling the Handler methods with in client side controller. Creating Helper Methods in client side controller. Calling Helper Methods from client side controller. Passing Sobjects to the attributes. Using Array, List and Set as an attributePassing input text dynamically to the client side controller. Working with APEXCode: Calling apex methods from client side controller. Working with lightning data tables to display the data in lightning component / lightning applications. Difference between With sharing and without sharing keywords. working with @auraEnabled for method declaration and variable declaration. SOQL, DML operations in LightningImportance of $A.enqueueAction() method. Building a Lightning application - With Components, Controller JS, Apex Controller, CSS, helper etc. Using Client side controller to fire events. Check Response State with in client side controller. Get the Response with in client side controller. Passing parameters to an apex method in Lightning. Importance of Component Ids / Application IdsHow to define Ids to the Component elements. Reading input values using Ids in client side controller. Set and Get the values using Ids. Rendered in Lightning (using aura if else)How to Hide / show the components in Lightning. Using and else statements to hide and display the lightning components. Using CSS in Lightning Component / applications CSS introductionDifferent ways to use the CSS. Adding CSS to lightning component or Lightning applications. Lightning EventsIntroduction to Lightning Events. Creating Component level events. creating application level events. Difference between component level and application level events. Component Events and application Events How to create a component event How to register an event How to fire an event. How to pass the data to an Event. How to handle the event in parent components How to read the data from an event. How to pass the data from One component to another component using Event. Lightn