mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Migrate create or update access dialog component to standalone * Update changelogpull/5430/head^2
committed by
GitHub
4 changed files with 34 additions and 35 deletions
@ -1,25 +0,0 @@ |
|||
import { CommonModule } from '@angular/common'; |
|||
import { NgModule } from '@angular/core'; |
|||
import { FormsModule, ReactiveFormsModule } from '@angular/forms'; |
|||
import { MatButtonModule } from '@angular/material/button'; |
|||
import { MatDialogModule } from '@angular/material/dialog'; |
|||
import { MatFormFieldModule } from '@angular/material/form-field'; |
|||
import { MatInputModule } from '@angular/material/input'; |
|||
import { MatSelectModule } from '@angular/material/select'; |
|||
|
|||
import { CreateOrUpdateAccessDialog } from './create-or-update-access-dialog.component'; |
|||
|
|||
@NgModule({ |
|||
declarations: [CreateOrUpdateAccessDialog], |
|||
imports: [ |
|||
CommonModule, |
|||
FormsModule, |
|||
MatButtonModule, |
|||
MatDialogModule, |
|||
MatFormFieldModule, |
|||
MatInputModule, |
|||
MatSelectModule, |
|||
ReactiveFormsModule |
|||
] |
|||
}) |
|||
export class GfCreateOrUpdateAccessDialogModule {} |
Loading…
Reference in new issue