@@ -4,10 +4,10 @@ import { NgModule } from '@angular/core';
44import { FormsModule , ReactiveFormsModule } from '@angular/forms' ;
55import {
66 IgcFormsModule ,
7- IgxAutocompleteModule , IgxButtonGroupModule , IgxButtonModule , IgxCardModule , IgxCheckboxModule , IgxComboModule ,
7+ IgxAutocompleteModule , IgxButtonGroupModule , IgxButtonModule , IgxCardModule , IgxCheckboxModule , IgxChipsAreaComponent , IgxChipsModule , IgxComboModule ,
88 IgxDatePickerModule , IgxDialogModule , IgxDividerModule , IgxDropDownModule , IgxFocusModule , IgxForOfModule ,
99 IgxIconModule , IgxInputGroupModule , IgxNavbarModule , IgxProgressBarModule , IgxRadioModule , IgxRippleModule ,
10- IgxSelectModule , IgxSwitchModule , IgxTextSelectionModule , IgxTimePickerModule , IgxToastModule , IgxToggleModule
10+ IgxSelectModule , IgxSwitchModule , IgxTextSelectionModule , IgxTimePickerModule , IgxToastModule , IgxToggleModule , IgxTreeGridModule , IgxTreeModule
1111} from 'igniteui-angular' ;
1212import { AutocompleteBasicComponent , AutocompletePipeStartsWith } from './autocomplete/autocomplete/autocomplete.component' ;
1313import { MovieComponent } from './autocomplete/movie/movie.component' ;
@@ -43,6 +43,8 @@ import { DropDownSample3Component } from './dropdown/dropdown-sample-3/dropdown-
4343import { DropDownSample4Component } from './dropdown/dropdown-sample-4/dropdown-sample-4.component' ;
4444import { DropDownSample5Component } from './dropdown/dropdown-sample-5/dropdown-sample-5.component' ;
4545import { DropDownStylingComponent } from './dropdown/dropdown-styling/dropdown-styling.component' ;
46+ import { DropdownTreeHierarchicalSelectionComponent } from './dropdown/dropdown-tree-hierarchical-selection/dropdown-tree-hierarchical-selection.component' ;
47+ import { DropdownTreeGridHierarchicalSelectionComponent } from './dropdown/dropdown-tree-grid-hierarchical-selection/dropdown-tree-grid-hierarchical-selection.component' ;
4648import { InputGroupSample1Component } from './input-group/input-group-sample-1/input-group-sample-1.component' ;
4749import { InputGroupSample2Component } from './input-group/input-group-sample-2/input-group-sample-2.component' ;
4850import { InputGroupSample3Component } from './input-group/input-group-sample-3/input-group-sample-3.component' ;
@@ -100,6 +102,8 @@ import { RatingInFormComponent } from './rating/rating-form/rating-form.componen
100102 DropDownSample4Component ,
101103 DropDownSample5Component ,
102104 DropDownStylingComponent ,
105+ DropdownTreeHierarchicalSelectionComponent ,
106+ DropdownTreeGridHierarchicalSelectionComponent ,
103107 InputGroupSample1Component ,
104108 InputGroupSample2Component ,
105109 InputGroupSample3Component ,
@@ -161,7 +165,10 @@ import { RatingInFormComponent } from './rating/rating-form/rating-form.componen
161165 IgxFocusModule ,
162166 IgxCardModule ,
163167 IgxDividerModule ,
164- IgcFormsModule
168+ IgcFormsModule ,
169+ IgxChipsModule ,
170+ IgxTreeModule ,
171+ IgxTreeGridModule
165172 ]
166173} )
167174export class DataEntriesModule { }
0 commit comments