Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
2 additions and
7 deletions
-
libs/ui/src/lib/line-chart/line-chart.module.ts
-
libs/ui/src/lib/no-transactions-info/no-transactions-info.module.ts
-
libs/ui/src/lib/portfolio-proportion-chart/portfolio-proportion-chart.module.ts
-
libs/ui/src/lib/premium-indicator/premium-indicator.module.ts
-
libs/ui/src/lib/trend-indicator/trend-indicator.module.ts
|
@ -7,7 +7,6 @@ import { LineChartComponent } from './line-chart.component'; |
|
|
@NgModule({ |
|
|
@NgModule({ |
|
|
declarations: [LineChartComponent], |
|
|
declarations: [LineChartComponent], |
|
|
exports: [LineChartComponent], |
|
|
exports: [LineChartComponent], |
|
|
imports: [CommonModule, NgxSkeletonLoaderModule], |
|
|
imports: [CommonModule, NgxSkeletonLoaderModule] |
|
|
providers: [] |
|
|
|
|
|
}) |
|
|
}) |
|
|
export class GfLineChartModule {} |
|
|
export class GfLineChartModule {} |
|
|
|
@ -10,7 +10,6 @@ import { NoTransactionsInfoComponent } from './no-transactions-info.component'; |
|
|
declarations: [NoTransactionsInfoComponent], |
|
|
declarations: [NoTransactionsInfoComponent], |
|
|
exports: [NoTransactionsInfoComponent], |
|
|
exports: [NoTransactionsInfoComponent], |
|
|
imports: [CommonModule, GfLogoModule, MatButtonModule, RouterModule], |
|
|
imports: [CommonModule, GfLogoModule, MatButtonModule, RouterModule], |
|
|
providers: [], |
|
|
|
|
|
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|
|
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|
|
}) |
|
|
}) |
|
|
export class GfNoTransactionsInfoModule {} |
|
|
export class GfNoTransactionsInfoModule {} |
|
|
|
@ -7,7 +7,6 @@ import { PortfolioProportionChartComponent } from './portfolio-proportion-chart. |
|
|
@NgModule({ |
|
|
@NgModule({ |
|
|
declarations: [PortfolioProportionChartComponent], |
|
|
declarations: [PortfolioProportionChartComponent], |
|
|
exports: [PortfolioProportionChartComponent], |
|
|
exports: [PortfolioProportionChartComponent], |
|
|
imports: [CommonModule, NgxSkeletonLoaderModule], |
|
|
imports: [CommonModule, NgxSkeletonLoaderModule] |
|
|
providers: [] |
|
|
|
|
|
}) |
|
|
}) |
|
|
export class GfPortfolioProportionChartModule {} |
|
|
export class GfPortfolioProportionChartModule {} |
|
|
|
@ -8,7 +8,6 @@ import { PremiumIndicatorComponent } from './premium-indicator.component'; |
|
|
declarations: [PremiumIndicatorComponent], |
|
|
declarations: [PremiumIndicatorComponent], |
|
|
exports: [PremiumIndicatorComponent], |
|
|
exports: [PremiumIndicatorComponent], |
|
|
imports: [CommonModule, RouterModule], |
|
|
imports: [CommonModule, RouterModule], |
|
|
providers: [], |
|
|
|
|
|
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|
|
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|
|
}) |
|
|
}) |
|
|
export class GfPremiumIndicatorModule {} |
|
|
export class GfPremiumIndicatorModule {} |
|
|
|
@ -8,7 +8,6 @@ import { TrendIndicatorComponent } from './trend-indicator.component'; |
|
|
declarations: [TrendIndicatorComponent], |
|
|
declarations: [TrendIndicatorComponent], |
|
|
exports: [TrendIndicatorComponent], |
|
|
exports: [TrendIndicatorComponent], |
|
|
imports: [CommonModule, NgxSkeletonLoaderModule], |
|
|
imports: [CommonModule, NgxSkeletonLoaderModule], |
|
|
providers: [], |
|
|
|
|
|
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|
|
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|
|
}) |
|
|
}) |
|
|
export class GfTrendIndicatorModule {} |
|
|
export class GfTrendIndicatorModule {} |
|
|