sfdcbeginner.com
Manage Users with Lightning Component
This tutorial comprise Lightning Design System and Lightning component to manage users from Salesforce1. Create Lightning component from Developer console by going Setup-> Developer console-> File -> New -> Lightning component and name it Manage_User Create new apex class in your code with following code. Create Manage_UserHelper.js with following code which will communicate with apex...
SFDC Beginner