move MatChipsModule to material module
This commit is contained in:
parent
d8a299711a
commit
c2c00c0214
@ -16,6 +16,7 @@ import { MatInputModule } from '@angular/material/input';
|
||||
import { MatSelectModule } from '@angular/material/select';
|
||||
import { MatProgressBarModule } from '@angular/material/progress-bar';
|
||||
import { MatAutocompleteModule } from '@angular/material/autocomplete';
|
||||
import { MatChipsModule } from '@angular/material/chips';
|
||||
|
||||
const matImports = [
|
||||
MatDialogModule,
|
||||
@ -34,7 +35,8 @@ const matImports = [
|
||||
MatInputModule,
|
||||
MatSelectModule,
|
||||
MatProgressBarModule,
|
||||
MatAutocompleteModule
|
||||
MatAutocompleteModule,
|
||||
MatChipsModule
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
@ -59,7 +59,7 @@ const components = [
|
||||
|
||||
const utils = [HumanizePipe, SyncWidthDirective, HasScrollbarDirective];
|
||||
|
||||
const modules = [MatConfigModule, MatChipsModule, TranslateModule, ScrollingModule, IconsModule, FormsModule, ReactiveFormsModule];
|
||||
const modules = [MatConfigModule, TranslateModule, ScrollingModule, IconsModule, FormsModule, ReactiveFormsModule];
|
||||
|
||||
@NgModule({
|
||||
declarations: [...components, ...utils],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user