mirror of https://github.com/ghostfolio/ghostfolio
committed by
GitHub
7 changed files with 22 additions and 28 deletions
@ -1,13 +0,0 @@ |
|||
import { CommonModule } from '@angular/common'; |
|||
import { NgModule } from '@angular/core'; |
|||
import { ReactiveFormsModule } from '@angular/forms'; |
|||
import { MatRadioModule } from '@angular/material/radio'; |
|||
|
|||
import { ToggleComponent } from './toggle.component'; |
|||
|
|||
@NgModule({ |
|||
declarations: [ToggleComponent], |
|||
exports: [ToggleComponent], |
|||
imports: [CommonModule, MatRadioModule, ReactiveFormsModule] |
|||
}) |
|||
export class GfToggleModule {} |
Loading…
Reference in new issue