forked from jkuri/ngx-slimscroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.js
25 lines (25 loc) · 891 Bytes
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var core_1 = require('@angular/core');
var slimscroll_directive_1 = require('./src/directives/slimscroll.directive');
__export(require('./src/classes/slimscroll-options.class'));
var SlimScrollModule = (function () {
function SlimScrollModule() {
}
SlimScrollModule.decorators = [
{ type: core_1.NgModule, args: [{
declarations: [
slimscroll_directive_1.SlimScrollDirective
],
exports: [
slimscroll_directive_1.SlimScrollDirective
]
},] },
];
/** @nocollapse */
SlimScrollModule.ctorParameters = function () { return []; };
return SlimScrollModule;
}());
exports.SlimScrollModule = SlimScrollModule;