mirror of https://github.com/ghostfolio/ghostfolio
committed by
GitHub
5 changed files with 36 additions and 46 deletions
@ -1,33 +0,0 @@ |
|||||
import { GfEntityLogoComponent } from '@ghostfolio/ui/entity-logo'; |
|
||||
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 { MatMenuModule } from '@angular/material/menu'; |
|
||||
import { MatSortModule } from '@angular/material/sort'; |
|
||||
import { MatTableModule } from '@angular/material/table'; |
|
||||
import { RouterModule } from '@angular/router'; |
|
||||
import { IonIcon } from '@ionic/angular/standalone'; |
|
||||
import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader'; |
|
||||
|
|
||||
import { AccountsTableComponent } from './accounts-table.component'; |
|
||||
|
|
||||
@NgModule({ |
|
||||
declarations: [AccountsTableComponent], |
|
||||
exports: [AccountsTableComponent], |
|
||||
imports: [ |
|
||||
CommonModule, |
|
||||
GfEntityLogoComponent, |
|
||||
GfValueComponent, |
|
||||
IonIcon, |
|
||||
MatButtonModule, |
|
||||
MatMenuModule, |
|
||||
MatSortModule, |
|
||||
MatTableModule, |
|
||||
NgxSkeletonLoaderModule, |
|
||||
RouterModule |
|
||||
], |
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|
||||
}) |
|
||||
export class GfAccountsTableModule {} |
|
Loading…
Reference in new issue