UNPKG

@blackbaud/skyux

Version:
19 lines 783 B
import { Component } from '@angular/core'; /* istanbul ignore next */ /* Code coverage having problems with no statements in classes */ var SkyPageSummaryAlertComponent = (function () { function SkyPageSummaryAlertComponent() { } return SkyPageSummaryAlertComponent; }()); export { SkyPageSummaryAlertComponent }; SkyPageSummaryAlertComponent.decorators = [ { type: Component, args: [{ selector: 'sky-page-summary-alert', template: "<ng-content></ng-content>\n", styles: ["/deep/ .sky-alert{margin-top:0;margin-bottom:20px;line-height:initial}\n"] },] }, ]; /** @nocollapse */ SkyPageSummaryAlertComponent.ctorParameters = function () { return []; }; //# sourceMappingURL=page-summary-alert.component.js.map