Feature/migrate toggle component to standalone (#5237)
* Migrate toggle component to standalone * Update changelogpull/5232/head
parent
3326c766c2
commit
f7efc54666
@ -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