# Angular
# Installation
To add crayons to your Angular app, install the package from npm.
npm install @freshworks/crayons@v4
# Usage
# Event Handling
Crayons components emit custom events. For example, the button component emits the fwClick
event when it is getting clicked. In Angular, you can listen for the event using (fwClick)
.
# Example Lazy Load
Show Code
# Example Tree Shakeable
Show Code
← Vue