mirror of https://github.com/ghostfolio/ghostfolio
				
				
			
							committed by
							
								 GitHub
								GitHub
							
						
					
				
				 34 changed files with 162 additions and 176 deletions
			
			
		| @ -0,0 +1 @@ | |||||
|  | export * from './account-balances.module'; | ||||
| @ -0,0 +1 @@ | |||||
|  | export * from './activities-filter.module'; | ||||
| @ -1,43 +0,0 @@ | |||||
| import { GfAssetProfileIconComponent } from '@ghostfolio/client/components/asset-profile-icon/asset-profile-icon.component'; |  | ||||
| import { GfSymbolModule } from '@ghostfolio/client/pipes/symbol/symbol.module'; |  | ||||
| import { GfActivityTypeModule } from '@ghostfolio/ui/activity-type'; |  | ||||
| import { GfNoTransactionsInfoModule } from '@ghostfolio/ui/no-transactions-info'; |  | ||||
| import { GfValueModule } from '@ghostfolio/ui/value'; |  | ||||
| 
 |  | ||||
| import { CommonModule } from '@angular/common'; |  | ||||
| import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |  | ||||
| import { MatButtonModule } from '@angular/material/button'; |  | ||||
| import { MatCheckboxModule } from '@angular/material/checkbox'; |  | ||||
| import { MatMenuModule } from '@angular/material/menu'; |  | ||||
| import { MatPaginatorModule } from '@angular/material/paginator'; |  | ||||
| import { MatSortModule } from '@angular/material/sort'; |  | ||||
| import { MatTableModule } from '@angular/material/table'; |  | ||||
| import { MatTooltipModule } from '@angular/material/tooltip'; |  | ||||
| import { RouterModule } from '@angular/router'; |  | ||||
| import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader'; |  | ||||
| 
 |  | ||||
| import { ActivitiesTableComponent } from './activities-table.component'; |  | ||||
| 
 |  | ||||
| @NgModule({ |  | ||||
|   declarations: [ActivitiesTableComponent], |  | ||||
|   exports: [ActivitiesTableComponent], |  | ||||
|   imports: [ |  | ||||
|     CommonModule, |  | ||||
|     GfActivityTypeModule, |  | ||||
|     GfAssetProfileIconComponent, |  | ||||
|     GfNoTransactionsInfoModule, |  | ||||
|     GfSymbolModule, |  | ||||
|     GfValueModule, |  | ||||
|     MatButtonModule, |  | ||||
|     MatCheckboxModule, |  | ||||
|     MatMenuModule, |  | ||||
|     MatPaginatorModule, |  | ||||
|     MatSortModule, |  | ||||
|     MatTableModule, |  | ||||
|     MatTooltipModule, |  | ||||
|     NgxSkeletonLoaderModule, |  | ||||
|     RouterModule |  | ||||
|   ], |  | ||||
|   schemas: [CUSTOM_ELEMENTS_SCHEMA] |  | ||||
| }) |  | ||||
| export class GfActivitiesTableModule {} |  | ||||
| @ -0,0 +1 @@ | |||||
|  | export * from './activities-table.component'; | ||||
| @ -0,0 +1 @@ | |||||
|  | export * from './currency-selector.module'; | ||||
| @ -1,28 +0,0 @@ | |||||
| import { CommonModule } from '@angular/common'; |  | ||||
| import { NgModule } from '@angular/core'; |  | ||||
| import { FormsModule, ReactiveFormsModule } from '@angular/forms'; |  | ||||
| import { MatButtonModule } from '@angular/material/button'; |  | ||||
| import { MatDatepickerModule } from '@angular/material/datepicker'; |  | ||||
| import { MatFormFieldModule } from '@angular/material/form-field'; |  | ||||
| import { MatInputModule } from '@angular/material/input'; |  | ||||
| import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader'; |  | ||||
| 
 |  | ||||
| import { FireCalculatorComponent } from './fire-calculator.component'; |  | ||||
| import { FireCalculatorService } from './fire-calculator.service'; |  | ||||
| 
 |  | ||||
| @NgModule({ |  | ||||
|   declarations: [FireCalculatorComponent], |  | ||||
|   exports: [FireCalculatorComponent], |  | ||||
|   imports: [ |  | ||||
|     CommonModule, |  | ||||
|     FormsModule, |  | ||||
|     MatButtonModule, |  | ||||
|     MatDatepickerModule, |  | ||||
|     MatFormFieldModule, |  | ||||
|     MatInputModule, |  | ||||
|     NgxSkeletonLoaderModule, |  | ||||
|     ReactiveFormsModule |  | ||||
|   ], |  | ||||
|   providers: [FireCalculatorService] |  | ||||
| }) |  | ||||
| export class GfFireCalculatorModule {} |  | ||||
| @ -1 +1 @@ | |||||
| export * from './fire-calculator.module'; | export * from './fire-calculator.component'; | ||||
|  | |||||
| @ -1,39 +0,0 @@ | |||||
| import { GfAssetProfileIconComponent } from '@ghostfolio/client/components/asset-profile-icon/asset-profile-icon.component'; |  | ||||
| import { GfPositionDetailDialogModule } from '@ghostfolio/client/components/position/position-detail-dialog/position-detail-dialog.module'; |  | ||||
| import { GfSymbolModule } from '@ghostfolio/client/pipes/symbol/symbol.module'; |  | ||||
| import { GfNoTransactionsInfoModule } from '@ghostfolio/ui/no-transactions-info'; |  | ||||
| import { GfValueModule } from '@ghostfolio/ui/value'; |  | ||||
| 
 |  | ||||
| import { CommonModule } from '@angular/common'; |  | ||||
| import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |  | ||||
| import { MatButtonModule } from '@angular/material/button'; |  | ||||
| import { MatDialogModule } from '@angular/material/dialog'; |  | ||||
| import { MatPaginatorModule } from '@angular/material/paginator'; |  | ||||
| import { MatSortModule } from '@angular/material/sort'; |  | ||||
| import { MatTableModule } from '@angular/material/table'; |  | ||||
| import { RouterModule } from '@angular/router'; |  | ||||
| import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader'; |  | ||||
| 
 |  | ||||
| import { HoldingsTableComponent } from './holdings-table.component'; |  | ||||
| 
 |  | ||||
| @NgModule({ |  | ||||
|   declarations: [HoldingsTableComponent], |  | ||||
|   exports: [HoldingsTableComponent], |  | ||||
|   imports: [ |  | ||||
|     CommonModule, |  | ||||
|     GfAssetProfileIconComponent, |  | ||||
|     GfNoTransactionsInfoModule, |  | ||||
|     GfPositionDetailDialogModule, |  | ||||
|     GfSymbolModule, |  | ||||
|     GfValueModule, |  | ||||
|     MatButtonModule, |  | ||||
|     MatDialogModule, |  | ||||
|     MatPaginatorModule, |  | ||||
|     MatSortModule, |  | ||||
|     MatTableModule, |  | ||||
|     NgxSkeletonLoaderModule, |  | ||||
|     RouterModule |  | ||||
|   ], |  | ||||
|   schemas: [CUSTOM_ELEMENTS_SCHEMA] |  | ||||
| }) |  | ||||
| export class GfHoldingsTableModule {} |  | ||||
| @ -0,0 +1 @@ | |||||
|  | export * from './holdings-table.component'; | ||||
| @ -0,0 +1 @@ | |||||
|  | export * from './line-chart.module'; | ||||
| @ -0,0 +1 @@ | |||||
|  | export * from './portfolio-proportion-chart.module'; | ||||
| @ -1 +1 @@ | |||||
| export * from './trend-indicator.module'; | export * from './trend-indicator.component'; | ||||
|  | |||||
| @ -1,13 +0,0 @@ | |||||
| import { CommonModule } from '@angular/common'; |  | ||||
| import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |  | ||||
| import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader'; |  | ||||
| 
 |  | ||||
| import { TrendIndicatorComponent } from './trend-indicator.component'; |  | ||||
| 
 |  | ||||
| @NgModule({ |  | ||||
|   declarations: [TrendIndicatorComponent], |  | ||||
|   exports: [TrendIndicatorComponent], |  | ||||
|   imports: [CommonModule, NgxSkeletonLoaderModule], |  | ||||
|   schemas: [CUSTOM_ELEMENTS_SCHEMA] |  | ||||
| }) |  | ||||
| export class GfTrendIndicatorModule {} |  | ||||
					Loading…
					
					
				
		Reference in new issue