Learn Salesforce the sure shot way to get better pay Free Youtube tutorials Blog Posts Salesforce Administrator 201 tutorial Salesforce Administrator 201 & App Builder (Developer) Certification Training with free lightning component development tutorial addon for limited amount of time What are the course objectives? This Salesforce training course is designed to ensure that you learn and master the concepts of being a Salesforce Administrator and a Salesforce Platform App builder. Our Salesforce training will help you learn how to configure Salesforce, so you are able to collect, analyze and retrieve all of the vital information associated with your customer base. Moreover, you will use Salesforce fundamentals to understand Salesforce online application development and the deployment of next-generation cloud apps. We offer practical hands-on learning that will ensure your job success, as well as the theoretical knowledge needed to pass both Salesforce certification exams....
salesforce lightning, Steps. 1. Develop your lighting app 2. ng build to create dist folder use ng build --prod --env=prod if you want a minified js file 3. now copy the contents of dist folder into a zip 4. Upload zip file as static resource and name it for example as angularapp 5. Inside your component add the following markup ,wherever you want to place the app. <lightning:container aura:id="AngularApp" src="{!$Resource.angularapp1 + '/index.html'}" /> 6/ embed the component in an lighting app the test out the UI How to deploy or host angular app in Github pages as a website
Comments
Post a Comment