Skip to content

Demo

Use the demo to verify trigger behavior, inspect emitted payloads, or test local library changes before integrating the directive into an application.

Open in StackBlitz

Launch the interactive demo when you want to try the package without cloning the repository.

Run locally

bash
npm install
npm run demo:start

Open http://localhost:4200. Use the event log to check click, hover, and view events as they fire.

If the production demo build crashes locally on macOS ARM64 or Node 24 because of Angular local cache or LMDB native cache issues, use npm run demo:build:safe. It uses CI=1 for the demo build and does not indicate a directive runtime issue.

Browse the source

The local demo imports the workspace library directly, so it is the best option when developing or reviewing library changes.