fabric8-analytics-dependency-editor-jyas
Version:
34 lines • 1.2 kB
JavaScript
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { AccordionModule } from 'ngx-bootstrap';
import { HttpModule } from '@angular/http';
import { FormsModule } from '@angular/forms';
import { AlertBoxModule } from '../alert-box/alert-box.module';
import { LicenseComponent } from './license.component';
var LicenseModule = /** @class */ (function () {
function LicenseModule() {
}
LicenseModule.decorators = [
{ type: NgModule, args: [{
imports: [
CommonModule,
AccordionModule.forRoot(),
HttpModule,
FormsModule,
AlertBoxModule
],
declarations: [
LicenseComponent
],
exports: [
LicenseComponent
],
providers: []
},] },
];
/** @nocollapse */
LicenseModule.ctorParameters = function () { return []; };
return LicenseModule;
}());
export { LicenseModule };
//# sourceMappingURL=license.module.js.map