Create download modal following setup completion
This commit is contained in:
parent
aa93d698b2
commit
2d0a599aab
12 changed files with 142 additions and 52 deletions
|
@ -2,6 +2,7 @@ import { NgModule } from 'ng-metadata/core';
|
|||
import * as restangular from 'restangular';
|
||||
|
||||
import { ConfigSetupAppComponent } from './components/config-setup-app/config-setup-app.component';
|
||||
import { DownloadTarballModalComponent } from './components/download-tarball-modal/download-tarball-modal.component';
|
||||
import { LoadConfigComponent } from './components/load-config/load-config.component';
|
||||
|
||||
const quayDependencies: string[] = [
|
||||
|
@ -42,6 +43,7 @@ function provideConfig($provide: ng.auto.IProvideService,
|
|||
imports: [ DependencyConfig ],
|
||||
declarations: [
|
||||
ConfigSetupAppComponent,
|
||||
DownloadTarballModalComponent,
|
||||
LoadConfigComponent,
|
||||
],
|
||||
providers: []
|
||||
|
|
Reference in a new issue