show available marketplace updates in menu (#1613)

* show service updates in menu
This commit is contained in:
Lucy C
2022-07-05 13:02:32 -06:00
committed by GitHub
parent e2d58c2959
commit 88afb756f5
17 changed files with 162 additions and 107 deletions

View File

@@ -7,7 +7,7 @@ export abstract class AbstractMarketplaceService {
abstract getReleaseNotes(id: string): Observable<Record<string, string>>
abstract getCategories(): Observable<string[]>
abstract getCategories(): Observable<Set<string>>
abstract getPackages(): Observable<MarketplacePkg[]>