diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 6d9ba28..6a52d06 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -23,6 +23,7 @@ import { ChipComponent } from './components/common/chip/chip.component'; import { ThemeService } from '@pk-services/theme/theme.service'; import { FilterPipe } from './pipes/filter.pipe'; import { StatsCardsComponent } from './components/core/stats-cards/stats-cards.component'; +import { RatesCardsComponent } from './components/core/rates-cards/rates-cards.component'; export function themeFactory(themeService: ThemeService) { return () => themeService.setInitialTheme(); @@ -40,7 +41,8 @@ export function themeFactory(themeService: ThemeService) { ChipComponent, GlobalStatsCardsComponent, FilterPipe, - StatsCardsComponent + StatsCardsComponent, + RatesCardsComponent ], imports: [ BrowserModule, diff --git a/src/app/components/core/rates-cards/rates-cards.component.html b/src/app/components/core/rates-cards/rates-cards.component.html new file mode 100644 index 0000000..df4bd0e --- /dev/null +++ b/src/app/components/core/rates-cards/rates-cards.component.html @@ -0,0 +1,12 @@ +