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>
13 lines
560 B
JavaScript
Executable File
13 lines
560 B
JavaScript
Executable File
"use strict";
|
|
// THIS FILE IS AUTOMATICALLY GENERATED. TO UPDATE THIS FILE YOU NEED TO CHANGE THE
|
|
// CORRESPONDING JSON SCHEMA FILE, THEN RUN devkit-admin build (or bazel build ...).
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Implement = void 0;
|
|
var Implement;
|
|
(function (Implement) {
|
|
Implement["CanActivate"] = "CanActivate";
|
|
Implement["CanActivateChild"] = "CanActivateChild";
|
|
Implement["CanDeactivate"] = "CanDeactivate";
|
|
Implement["CanMatch"] = "CanMatch";
|
|
})(Implement || (exports.Implement = Implement = {}));
|