@blackbaud/skyux
Version:
SKY UX built on Angular 2
27 lines • 871 B
JavaScript
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { SkyListPagingComponent } from './list-paging.component';
import { SkyPagingModule } from '../paging';
var SkyListPagingModule = (function () {
function SkyListPagingModule() {
}
return SkyListPagingModule;
}());
export { SkyListPagingModule };
SkyListPagingModule.decorators = [
{ type: NgModule, args: [{
declarations: [
SkyListPagingComponent
],
imports: [
CommonModule,
SkyPagingModule
],
exports: [
SkyListPagingComponent
]
},] },
];
/** @nocollapse */
SkyListPagingModule.ctorParameters = function () { return []; };
//# sourceMappingURL=list-paging.module.js.map