mirror of https://github.com/ghostfolio/ghostfolio
committed by
Thomas Kaul
11 changed files with 20 additions and 28 deletions
@ -1,9 +0,0 @@ |
|||
import { NgModule } from '@angular/core'; |
|||
|
|||
import { SymbolPipe } from './symbol.pipe'; |
|||
|
|||
@NgModule({ |
|||
declarations: [SymbolPipe], |
|||
exports: [SymbolPipe] |
|||
}) |
|||
export class GfSymbolModule {} |
|||
Loading…
Reference in new issue