UNPKG

fabric8-analytics-dependency-editor-jyas

Version:
21 lines 770 B
import { Component, Input } from '@angular/core'; var AlertBoxComponent = /** @class */ (function () { function AlertBoxComponent() { } AlertBoxComponent.decorators = [ { type: Component, args: [{ selector: 'app-alert-box', styles: [require('./alert-box.component.css').toString()], template: require('./alert-box.component.html') },] }, ]; /** @nocollapse */ AlertBoxComponent.ctorParameters = function () { return []; }; AlertBoxComponent.propDecorators = { 'alert': [{ type: Input },], 'isLoading': [{ type: Input },], }; return AlertBoxComponent; }()); export { AlertBoxComponent }; //# sourceMappingURL=alert-box.component.js.map