forked from visjs/ngx-vis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathngx-vis-sm7.js
22 lines (22 loc) · 872 Bytes
/
ngx-vis-sm7.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
var core_1 = require("@angular/core");
var index_1 = require("./components/network/index");
var index_2 = require("./components/timeline/index");
__export(require("./components/index"));
var VisModule = /** @class */ (function () {
function VisModule() {
}
VisModule.decorators = [
{ type: core_1.NgModule, args: [{
declarations: [index_1.VisNetworkDirective, index_2.VisTimelineDirective],
exports: [index_1.VisNetworkDirective, index_2.VisTimelineDirective],
providers: [index_1.VisNetworkService, index_2.VisTimelineService],
},] },
];
return VisModule;
}());
exports.VisModule = VisModule;