|
@ -7,8 +7,10 @@ import { TextFieldModule } from '@angular/cdk/text-field'; |
|
|
import { CommonModule } from '@angular/common'; |
|
|
import { CommonModule } from '@angular/common'; |
|
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms'; |
|
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms'; |
|
|
|
|
|
import { MatAutocompleteModule } from '@angular/material/autocomplete'; |
|
|
import { MatButtonModule } from '@angular/material/button'; |
|
|
import { MatButtonModule } from '@angular/material/button'; |
|
|
import { MatCheckboxModule } from '@angular/material/checkbox'; |
|
|
import { MatCheckboxModule } from '@angular/material/checkbox'; |
|
|
|
|
|
import { MatChipsModule } from '@angular/material/chips'; |
|
|
import { MatDialogModule } from '@angular/material/dialog'; |
|
|
import { MatDialogModule } from '@angular/material/dialog'; |
|
|
import { MatInputModule } from '@angular/material/input'; |
|
|
import { MatInputModule } from '@angular/material/input'; |
|
|
import { MatMenuModule } from '@angular/material/menu'; |
|
|
import { MatMenuModule } from '@angular/material/menu'; |
|
@ -16,8 +18,6 @@ import { MatSelectModule } from '@angular/material/select'; |
|
|
import { MatSnackBarModule } from '@angular/material/snack-bar'; |
|
|
import { MatSnackBarModule } from '@angular/material/snack-bar'; |
|
|
|
|
|
|
|
|
import { AssetProfileDialog } from './asset-profile-dialog.component'; |
|
|
import { AssetProfileDialog } from './asset-profile-dialog.component'; |
|
|
import { MatAutocompleteModule } from '@angular/material/autocomplete'; |
|
|
|
|
|
import { MatChipsModule } from '@angular/material/chips'; |
|
|
|
|
|
|
|
|
|
|
|
@NgModule({ |
|
|
@NgModule({ |
|
|
declarations: [AssetProfileDialog], |
|
|
declarations: [AssetProfileDialog], |
|
|