mirror of https://github.com/ghostfolio/ghostfolio
				
				
			
							committed by
							
								 GitHub
								GitHub
							
						
					
				
				 12 changed files with 87 additions and 90 deletions
			
			
		| @ -1,40 +0,0 @@ | |||||
| import { GfAccountsTableModule } from '@ghostfolio/client/components/accounts-table/accounts-table.module'; |  | ||||
| import { GfDialogFooterModule } from '@ghostfolio/client/components/dialog-footer/dialog-footer.module'; |  | ||||
| import { GfDialogHeaderModule } from '@ghostfolio/client/components/dialog-header/dialog-header.module'; |  | ||||
| import { GfActivitiesTableComponent } from '@ghostfolio/ui/activities-table'; |  | ||||
| import { GfDataProviderCreditsComponent } from '@ghostfolio/ui/data-provider-credits'; |  | ||||
| import { GfLineChartComponent } from '@ghostfolio/ui/line-chart'; |  | ||||
| import { GfPortfolioProportionChartComponent } from '@ghostfolio/ui/portfolio-proportion-chart'; |  | ||||
| import { GfValueComponent } from '@ghostfolio/ui/value'; |  | ||||
| 
 |  | ||||
| import { CommonModule } from '@angular/common'; |  | ||||
| import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |  | ||||
| import { MatButtonModule } from '@angular/material/button'; |  | ||||
| import { MatChipsModule } from '@angular/material/chips'; |  | ||||
| import { MatDialogModule } from '@angular/material/dialog'; |  | ||||
| import { MatTabsModule } from '@angular/material/tabs'; |  | ||||
| import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader'; |  | ||||
| 
 |  | ||||
| import { PositionDetailDialog } from './position-detail-dialog.component'; |  | ||||
| 
 |  | ||||
| @NgModule({ |  | ||||
|   declarations: [PositionDetailDialog], |  | ||||
|   imports: [ |  | ||||
|     CommonModule, |  | ||||
|     GfAccountsTableModule, |  | ||||
|     GfActivitiesTableComponent, |  | ||||
|     GfDataProviderCreditsComponent, |  | ||||
|     GfDialogFooterModule, |  | ||||
|     GfDialogHeaderModule, |  | ||||
|     GfLineChartComponent, |  | ||||
|     GfPortfolioProportionChartComponent, |  | ||||
|     GfValueComponent, |  | ||||
|     MatButtonModule, |  | ||||
|     MatChipsModule, |  | ||||
|     MatDialogModule, |  | ||||
|     MatTabsModule, |  | ||||
|     NgxSkeletonLoaderModule |  | ||||
|   ], |  | ||||
|   schemas: [CUSTOM_ELEMENTS_SCHEMA] |  | ||||
| }) |  | ||||
| export class GfPositionDetailDialogModule {} |  | ||||
					Loading…
					
					
				
		Reference in new issue