@blackbaud/skyux
Version:
SKY UX built on Angular 2
19 lines • 823 B
JavaScript
import { Component } from '@angular/core';
/* istanbul ignore next */
/* Code coverage having problems with no statements in classes */
var SkyPageSummaryContentComponent = (function () {
function SkyPageSummaryContentComponent() {
}
return SkyPageSummaryContentComponent;
}());
export { SkyPageSummaryContentComponent };
SkyPageSummaryContentComponent.decorators = [
{ type: Component, args: [{
selector: 'sky-page-summary-content',
template: "<div class=\"sky-page-summary-content\">\n <ng-content></ng-content>\n</div>\n",
styles: [".sky-page-summary-content{margin-top:20px}\n"]
},] },
];
/** @nocollapse */
SkyPageSummaryContentComponent.ctorParameters = function () { return []; };
//# sourceMappingURL=page-summary-content.component.js.map