Skip to content

Demo

The demo app is available in three ways depending on your goal.

1. Open instantly in StackBlitz

Use this for the fastest way to try the directive in a live environment.

Open in StackBlitz

2. Browse the demo source code

Use this when you want to inspect implementation details.

3. Run locally

Use this when you need full control or want to test local library changes.

bash
npm install
npm run demo:start

Then open localhost:4200.