In last post we study that in Lightning we have two types of Events. We study the Component Event. In this post we will continue and will cover the application event. Application Events Application events follow a traditional publish-subscribe model. An application event is fired from an instance of a component. All components that provide…
Category: Code Sample
Lightning: A Simple Multi Select Component
As we all know Lightning is on boom now. With every release we get new feature and functionality on Lightning. Many of us are just realized how much it is important to learn lightning so now I will share some small code sample related to Lightning in upcoming using them you can get…
Use Lightning Components In Visualforce/UI
Add lightning Component on User interface to user can interact with them