@memberjunction/ng-link-directives
Version:
MemberJunction: Angular Link Directives for turning an element in an angular app into an email, web, or record link
35 lines • 1.44 kB
JavaScript
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { EmailLink } from './ng-email-link';
import { FieldLink } from './ng-field-link';
import { WebLink } from './ng-web-link';
import * as i0 from "@angular/core";
export class LinkDirectivesModule {
static ɵfac = function LinkDirectivesModule_Factory(t) { return new (t || LinkDirectivesModule)(); };
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LinkDirectivesModule });
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule] });
}
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LinkDirectivesModule, [{
type: NgModule,
args: [{
declarations: [
EmailLink,
FieldLink,
WebLink
],
imports: [
CommonModule
],
exports: [
EmailLink,
FieldLink,
WebLink
]
}]
}], null, null); })();
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LinkDirectivesModule, { declarations: [EmailLink,
FieldLink,
WebLink], imports: [CommonModule], exports: [EmailLink,
FieldLink,
WebLink] }); })();
//# sourceMappingURL=ng-link-directives.module.js.map