mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ADF-4576] Remove duplicate getDeployedApplicationsByStatus service (#4740)
* * Remove overriding & added appconfig apps support * * Added tests * * Updated docs * [ADF-4576] Made one service private * * Fixed tests * * [ADF-4576] Improved tests
This commit is contained in:
committed by
Eugenio Romano
parent
90617ee3fd
commit
d571480ddd
@@ -20,16 +20,12 @@ import { AfterContentInit, Component, EventEmitter, Input, OnInit, Output, Conte
|
||||
import { Observable, of, Subject } from 'rxjs';
|
||||
import { AppsProcessCloudService } from '../services/apps-process-cloud.service';
|
||||
import { ApplicationInstanceModel } from '../models/application-instance.model';
|
||||
import { ApplicationDeploymentCloudService } from '../services/app-deployment-cloud.service';
|
||||
import { catchError } from 'rxjs/operators';
|
||||
|
||||
@Component({
|
||||
selector: 'adf-cloud-app-list',
|
||||
templateUrl: './app-list-cloud.component.html',
|
||||
styleUrls: ['./app-list-cloud.component.scss'],
|
||||
providers: [
|
||||
{ provide: AppsProcessCloudService, useClass: ApplicationDeploymentCloudService }
|
||||
]
|
||||
styleUrls: ['./app-list-cloud.component.scss']
|
||||
})
|
||||
export class AppListCloudComponent implements OnInit, AfterContentInit {
|
||||
|
||||
|
Reference in New Issue
Block a user