mirror of https://github.com/ghostfolio/ghostfolio
committed by
Thomas
5 changed files with 60 additions and 64 deletions
@ -1,15 +1,12 @@ |
|||||
import { NgModule } from '@angular/core'; |
|
||||
import { CommonModule } from '@angular/common'; |
import { CommonModule } from '@angular/common'; |
||||
|
import { NgModule } from '@angular/core'; |
||||
|
|
||||
import { ValueComponent } from './value/value.component'; |
import { ValueComponent } from './value/value.component'; |
||||
// import { GfValueModule } from './value/value.module';
|
// import { GfValueModule } from './value/value.module';
|
||||
|
|
||||
@NgModule({ |
@NgModule({ |
||||
imports: [CommonModule/*, GfValueModule*/], |
imports: [CommonModule /*, GfValueModule*/], |
||||
declarations: [ |
declarations: [ValueComponent], |
||||
ValueComponent |
exports: [ValueComponent] |
||||
], |
|
||||
exports: [ |
|
||||
ValueComponent |
|
||||
] |
|
||||
}) |
}) |
||||
export class UiModule {} |
export class UiModule {} |
||||
|
Loading…
Reference in new issue