@blackbaud/skyux
Version:
SKY UX built on Angular 2
19 lines • 884 B
JavaScript
import { Component } from '@angular/core';
/* istanbul ignore next */
/* Code coverage having problems with no statements in classes */
var SkyPageSummaryTitleComponent = (function () {
function SkyPageSummaryTitleComponent() {
}
return SkyPageSummaryTitleComponent;
}());
export { SkyPageSummaryTitleComponent };
SkyPageSummaryTitleComponent.decorators = [
{ type: Component, args: [{
selector: 'sky-page-summary-title',
template: "<h1 class=\"sky-page-summary-title\">\n <ng-content></ng-content>\n</h1>\n",
styles: [".sky-page-summary-title{color:#282b31;font-weight:300;font-size:34px;font-stretch:condensed;margin-top:0;margin-bottom:5px}\n"]
},] },
];
/** @nocollapse */
SkyPageSummaryTitleComponent.ctorParameters = function () { return []; };
//# sourceMappingURL=page-summary-title.component.js.map