@blackbaud/skyux
Version:
SKY UX built on Angular 2
16 lines • 538 B
JavaScript
import { Component } from '@angular/core';
var SkyErrorTitleComponent = (function () {
function SkyErrorTitleComponent() {
}
return SkyErrorTitleComponent;
}());
export { SkyErrorTitleComponent };
SkyErrorTitleComponent.decorators = [
{ type: Component, args: [{
selector: 'sky-error-title',
template: "<ng-content></ng-content>\n"
},] },
];
/** @nocollapse */
SkyErrorTitleComponent.ctorParameters = function () { return []; };
//# sourceMappingURL=error-title.component.js.map