@memberjunction/ng-action-gallery
Version:
MemberJunction Action Gallery - A beautiful, filterable gallery component for browsing and selecting actions
92 lines • 3.69 kB
JavaScript
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
// Kendo UI Modules
import { ButtonsModule } from '@progress/kendo-angular-buttons';
import { DialogsModule } from '@progress/kendo-angular-dialog';
import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
import { InputsModule } from '@progress/kendo-angular-inputs';
import { LayoutModule } from '@progress/kendo-angular-layout';
import { NotificationModule } from '@progress/kendo-angular-notification';
import { IndicatorsModule } from '@progress/kendo-angular-indicators';
import { TooltipsModule } from '@progress/kendo-angular-tooltip';
import { TreeViewModule } from '@progress/kendo-angular-treeview';
import { IconsModule } from '@progress/kendo-angular-icons';
// MemberJunction
import { AITestHarnessModule } from '@memberjunction/ng-ai-test-harness';
// Components
import { ActionGalleryComponent } from './lib/action-gallery.component';
// Services
import { ActionGalleryDialogService } from './lib/action-gallery-dialog.service';
import * as i0 from "@angular/core";
export class ActionGalleryModule {
static { this.ɵfac = function ActionGalleryModule_Factory(t) { return new (t || ActionGalleryModule)(); }; }
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: ActionGalleryModule }); }
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
ActionGalleryDialogService
], imports: [CommonModule,
FormsModule,
ReactiveFormsModule,
// Kendo UI
ButtonsModule,
DialogsModule,
DropDownsModule,
InputsModule,
LayoutModule,
NotificationModule,
IndicatorsModule,
TooltipsModule,
TreeViewModule,
IconsModule,
// MemberJunction
AITestHarnessModule] }); }
}
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ActionGalleryModule, [{
type: NgModule,
args: [{
declarations: [
ActionGalleryComponent
],
imports: [
CommonModule,
FormsModule,
ReactiveFormsModule,
// Kendo UI
ButtonsModule,
DialogsModule,
DropDownsModule,
InputsModule,
LayoutModule,
NotificationModule,
IndicatorsModule,
TooltipsModule,
TreeViewModule,
IconsModule,
// MemberJunction
AITestHarnessModule
],
exports: [
ActionGalleryComponent
],
providers: [
ActionGalleryDialogService
]
}]
}], null, null); })();
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ActionGalleryModule, { declarations: [ActionGalleryComponent], imports: [CommonModule,
FormsModule,
ReactiveFormsModule,
// Kendo UI
ButtonsModule,
DialogsModule,
DropDownsModule,
InputsModule,
LayoutModule,
NotificationModule,
IndicatorsModule,
TooltipsModule,
TreeViewModule,
IconsModule,
// MemberJunction
AITestHarnessModule], exports: [ActionGalleryComponent] }); })();
//# sourceMappingURL=module.js.map