fabric8-analytics-dependency-editor-jyas
Version:
36 lines • 1.38 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 { SecurityModule } from '../security/security.module';
import { LicenseModule } from '../license/license.module';
import { CurrentprojectComponent } from './current-project.component';
var CurrentprojectModule = /** @class */ (function () {
function CurrentprojectModule() {
}
CurrentprojectModule.decorators = [
{ type: NgModule, args: [{
imports: [
CommonModule,
AccordionModule.forRoot(),
HttpModule,
FormsModule,
SecurityModule,
LicenseModule
],
declarations: [
CurrentprojectComponent
],
exports: [
CurrentprojectComponent
],
providers: []
},] },
];
/** @nocollapse */
CurrentprojectModule.ctorParameters = function () { return []; };
return CurrentprojectModule;
}());
export { CurrentprojectModule };
//# sourceMappingURL=current-project.module.js.map