ng2-events
Version:
Supercharge your Angular2+ event handling
28 lines (27 loc) • 1.73 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConditionEventDirectiveModule = void 0;
var core_1 = require("@angular/core");
var condition_event_directive_1 = require("./condition-event.directive");
var i0 = require("@angular/core");
var ConditionEventDirectiveModule = /** @class */ (function () {
function ConditionEventDirectiveModule() {
}
ConditionEventDirectiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.0.2", ngImport: i0, type: ConditionEventDirectiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
ConditionEventDirectiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.0.2", ngImport: i0, type: ConditionEventDirectiveModule, declarations: [condition_event_directive_1.ConditionEventDirective], exports: [condition_event_directive_1.ConditionEventDirective] });
ConditionEventDirectiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.0.2", ngImport: i0, type: ConditionEventDirectiveModule });
return ConditionEventDirectiveModule;
}());
exports.ConditionEventDirectiveModule = ConditionEventDirectiveModule;
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.0.2", ngImport: i0, type: ConditionEventDirectiveModule, decorators: [{
type: core_1.NgModule,
args: [{
declarations: [
condition_event_directive_1.ConditionEventDirective
],
exports: [
condition_event_directive_1.ConditionEventDirective
]
}]
}] });
exports.default = ConditionEventDirectiveModule;