mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Migrate benchmark comparator component to standalone * Update changelogpull/5445/head^2
committed by
GitHub
4 changed files with 23 additions and 33 deletions
@ -1,27 +0,0 @@ |
|||||
import { GfPremiumIndicatorComponent } from '@ghostfolio/ui/premium-indicator'; |
|
||||
|
|
||||
import { CommonModule } from '@angular/common'; |
|
||||
import { NgModule } from '@angular/core'; |
|
||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms'; |
|
||||
import { MatSelectModule } from '@angular/material/select'; |
|
||||
import { RouterModule } from '@angular/router'; |
|
||||
import { IonIcon } from '@ionic/angular/standalone'; |
|
||||
import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader'; |
|
||||
|
|
||||
import { BenchmarkComparatorComponent } from './benchmark-comparator.component'; |
|
||||
|
|
||||
@NgModule({ |
|
||||
declarations: [BenchmarkComparatorComponent], |
|
||||
exports: [BenchmarkComparatorComponent], |
|
||||
imports: [ |
|
||||
CommonModule, |
|
||||
FormsModule, |
|
||||
GfPremiumIndicatorComponent, |
|
||||
IonIcon, |
|
||||
MatSelectModule, |
|
||||
NgxSkeletonLoaderModule, |
|
||||
ReactiveFormsModule, |
|
||||
RouterModule |
|
||||
] |
|
||||
}) |
|
||||
export class GfBenchmarkComparatorModule {} |
|
Loading…
Reference in new issue