UNPKG

@blackbaud/skyux

Version:
23 lines 694 B
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { SkyLabelComponent } from './label.component'; var SkyLabelModule = (function () { function SkyLabelModule() { } return SkyLabelModule; }()); export { SkyLabelModule }; SkyLabelModule.decorators = [ { type: NgModule, args: [{ declarations: [ SkyLabelComponent ], imports: [CommonModule], exports: [ SkyLabelComponent ] },] }, ]; /** @nocollapse */ SkyLabelModule.ctorParameters = function () { return []; }; //# sourceMappingURL=label.module.js.map