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.
2. Browse the demo source code
Use this when you want to inspect implementation details.
- App bootstrap: main.ts
- App config: app.config.ts
- Directive usage: app.ts
- Demo UI: app.html
3. Run locally
Use this when you need full control or want to test local library changes.
bash
npm install
npm run demo:startThen open localhost:4200.