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 { MatSelectModule } from '@angular/material/select';
|
||||||
import { MatProgressBarModule } from '@angular/material/progress-bar';
|
import { MatProgressBarModule } from '@angular/material/progress-bar';
|
||||||
import { MatAutocompleteModule } from '@angular/material/autocomplete';
|
import { MatAutocompleteModule } from '@angular/material/autocomplete';
|
||||||
|
import { MatChipsModule } from '@angular/material/chips';
|
||||||
|
|
||||||
const matImports = [
|
const matImports = [
|
||||||
MatDialogModule,
|
MatDialogModule,
|
||||||
@ -34,7 +35,8 @@ const matImports = [
|
|||||||
MatInputModule,
|
MatInputModule,
|
||||||
MatSelectModule,
|
MatSelectModule,
|
||||||
MatProgressBarModule,
|
MatProgressBarModule,
|
||||||
MatAutocompleteModule
|
MatAutocompleteModule,
|
||||||
|
MatChipsModule
|
||||||
];
|
];
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
|
|||||||
@ -59,7 +59,7 @@ const components = [
|
|||||||
|
|
||||||
const utils = [HumanizePipe, SyncWidthDirective, HasScrollbarDirective];
|
const utils = [HumanizePipe, SyncWidthDirective, HasScrollbarDirective];
|
||||||
|
|
||||||
const modules = [MatConfigModule, MatChipsModule, TranslateModule, ScrollingModule, IconsModule, FormsModule, ReactiveFormsModule];
|
const modules = [MatConfigModule, TranslateModule, ScrollingModule, IconsModule, FormsModule, ReactiveFormsModule];
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [...components, ...utils],
|
declarations: [...components, ...utils],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user