ecosystem/packages/package-list/packages-list.component.ts
selector | c8y-packages-list |
templateUrl | ./packages-list.component.html |
Properties |
Methods |
constructor(ecosystemService: EcosystemService, wizardService: WizardService)
|
|||||||||
Parameters :
|
addPackage |
addPackage()
|
Returns :
void
|
loadPackages |
loadPackages()
|
Returns :
void
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
listClass |
Type : string
|
packages$ |
Type : Observable<IApplication>
|
Default value : this.reload$.pipe(
tap(() => (this.reloading = true)),
switchMap(() => this.ecosystemService.getPackageApplications()),
tap(() => (this.reloading = false)),
shareReplay()
)
|
reload$ |
Type : BehaviorSubject<void>
|
Default value : new BehaviorSubject(null)
|
reloading |
Type : boolean
|
Default value : false
|