Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 352 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 352 Bytes

Imperative-Apex

Example project demonstrating imperative Apex calls from JavaScript within LWC

The objective is to create a Lightning Web Component that can be used for filtering a list of Leads based on the Lead status. The user will be able to click a button to select the desired Lead status and the component should render the list accordingly.