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