Interactive Angular 19 demo for @sda/notification-elements-ui with 6 sections: Bell & Feed, Notification Center, Inbox, Comments & Threads, Mention Input, and Full-Featured layout. Includes mock data, dark mode toggle, and real-time event log. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
319 B
YAML
16 lines
319 B
YAML
sudo: false
|
|
language: node_js
|
|
matrix:
|
|
include:
|
|
- node_js: '7'
|
|
env: TEST_SUITE=test
|
|
- node_js: '6'
|
|
env: TEST_SUITE=test
|
|
- node_js: '5'
|
|
env: TEST_SUITE=test
|
|
- node_js: '4'
|
|
env: TEST_SUITE=test
|
|
- node_js: '4'
|
|
env: TEST_SUITE=phantom
|
|
script: "npm run-script $TEST_SUITE"
|