Browse Source

Refactoring

pull/4573/head
Thomas Kaul 4 months ago
parent
commit
26ae24ce93
  1. 2
      apps/client/src/app/pages/api/api-page.component.ts

2
apps/client/src/app/pages/api/api-page.component.ts

@ -43,9 +43,9 @@ export class GfApiPageComponent implements OnInit {
this.dividends$ = this.fetchDividends({ symbol: 'KO' });
this.historicalData$ = this.fetchHistoricalData({ symbol: 'AAPL' });
this.isinLookupItems$ = this.fetchLookupItems({ query: 'US0378331005' });
this.lookupItems$ = this.fetchLookupItems({ query: 'apple' });
this.quotes$ = this.fetchQuotes({ symbols: ['AAPL', 'VOO.US'] });
this.status$ = this.fetchStatus();
this.lookupItems$ = this.fetchLookupItems({ query: 'apple' });
}
public ngOnDestroy() {

Loading…
Cancel
Save