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>
25 lines
465 B
JavaScript
25 lines
465 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.TargetNames = void 0;
|
|
const TargetNames = exports.TargetNames = {
|
|
node: "node",
|
|
deno: "deno",
|
|
chrome: "chrome",
|
|
opera: "opera",
|
|
edge: "edge",
|
|
firefox: "firefox",
|
|
safari: "safari",
|
|
ie: "ie",
|
|
ios: "ios",
|
|
android: "android",
|
|
electron: "electron",
|
|
samsung: "samsung",
|
|
rhino: "rhino",
|
|
opera_mobile: "opera_mobile"
|
|
};
|
|
|
|
//# sourceMappingURL=options.js.map
|