fabric8-analytics-dependency-editor-jyas
Version:
16 lines • 581 B
JavaScript
import { Component } from '@angular/core';
var AlertLoaderComponent = /** @class */ (function () {
function AlertLoaderComponent() {
}
AlertLoaderComponent.decorators = [
{ type: Component, args: [{
selector: 'alert-loader',
template: require('./alert-loader.component.html')
},] },
];
/** @nocollapse */
AlertLoaderComponent.ctorParameters = function () { return []; };
return AlertLoaderComponent;
}());
export { AlertLoaderComponent };
//# sourceMappingURL=alert-loader.component.js.map