@memberjunction/ng-action-gallery
Version:
MemberJunction Action Gallery - A beautiful, filterable gallery component for browsing and selecting actions
61 lines • 2.59 kB
JavaScript
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
// MJ UI Components
import { MJButtonDirective, MJEmptyStateComponent } from '@memberjunction/ng-ui-components';
// MemberJunction
import { AITestHarnessModule } from '@memberjunction/ng-ai-test-harness';
import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
// 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(__ngFactoryType__) { return new (__ngFactoryType__ || ActionGalleryModule)(); }; }
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: ActionGalleryModule }); }
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
ActionGalleryDialogService
], imports: [CommonModule,
FormsModule,
ReactiveFormsModule,
MJEmptyStateComponent,
// MemberJunction
AITestHarnessModule,
SharedGenericModule] }); }
}
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ActionGalleryModule, [{
type: NgModule,
args: [{
declarations: [
ActionGalleryComponent
],
imports: [
CommonModule,
FormsModule,
ReactiveFormsModule,
// MJ UI
MJButtonDirective,
MJEmptyStateComponent,
// MemberJunction
AITestHarnessModule,
SharedGenericModule
],
exports: [
ActionGalleryComponent
],
providers: [
ActionGalleryDialogService
]
}]
}], null, null); })();
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ActionGalleryModule, { declarations: [ActionGalleryComponent], imports: [CommonModule,
FormsModule,
ReactiveFormsModule,
// MJ UI
MJButtonDirective,
MJEmptyStateComponent,
// MemberJunction
AITestHarnessModule,
SharedGenericModule], exports: [ActionGalleryComponent] }); })();
//# sourceMappingURL=module.js.map