Browse Source
Task/prefix markets component (#5705)
* Prefix markets component
pull/5707/head
Tanbir Ali
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
3 deletions
-
apps/client/src/app/components/markets/markets.component.ts
-
apps/client/src/app/pages/home/home-page.routes.ts
|
|
@ -39,7 +39,7 @@ import { takeUntil } from 'rxjs/operators'; |
|
|
|
styleUrls: ['./markets.scss'], |
|
|
|
templateUrl: './markets.html' |
|
|
|
}) |
|
|
|
export class MarketsComponent implements OnDestroy, OnInit { |
|
|
|
export class GfMarketsComponent implements OnDestroy, OnInit { |
|
|
|
public benchmarks: Benchmark[]; |
|
|
|
public deviceType: string; |
|
|
|
public fearAndGreedIndex: number; |
|
|
|
|
|
@ -3,7 +3,7 @@ import { GfHomeMarketComponent } from '@ghostfolio/client/components/home-market |
|
|
|
import { GfHomeOverviewComponent } from '@ghostfolio/client/components/home-overview/home-overview.component'; |
|
|
|
import { GfHomeSummaryComponent } from '@ghostfolio/client/components/home-summary/home-summary.component'; |
|
|
|
import { GfHomeWatchlistComponent } from '@ghostfolio/client/components/home-watchlist/home-watchlist.component'; |
|
|
|
import { MarketsComponent } from '@ghostfolio/client/components/markets/markets.component'; |
|
|
|
import { GfMarketsComponent } from '@ghostfolio/client/components/markets/markets.component'; |
|
|
|
import { AuthGuard } from '@ghostfolio/client/core/auth.guard'; |
|
|
|
import { internalRoutes } from '@ghostfolio/common/routes/routes'; |
|
|
|
|
|
|
@ -36,7 +36,7 @@ export const routes: Routes = [ |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: internalRoutes.home.subRoutes.marketsPremium.path, |
|
|
|
component: MarketsComponent, |
|
|
|
component: GfMarketsComponent, |
|
|
|
title: internalRoutes.home.subRoutes.marketsPremium.title |
|
|
|
}, |
|
|
|
{ |
|
|
|