@@ -3,7 +3,8 @@ import { HttpClientModule } from '@angular/common/http';
33import { NgModule } from '@angular/core' ;
44import { FormsModule , ReactiveFormsModule } from '@angular/forms' ;
55import {
6- IgxAutocompleteModule , IgxButtonGroupModule , IgxButtonModule , IgxCheckboxModule , IgxComboModule ,
6+ IgcFormsModule ,
7+ IgxAutocompleteModule , IgxButtonGroupModule , IgxButtonModule , IgxCardModule , IgxCheckboxModule , IgxComboModule ,
78 IgxDatePickerModule , IgxDialogModule , IgxDropDownModule , IgxFocusModule , IgxForOfModule ,
89 IgxIconModule , IgxInputGroupModule , IgxNavbarModule , IgxProgressBarModule , IgxRadioModule , IgxRippleModule ,
910 IgxSelectModule , IgxSwitchModule , IgxTextSelectionModule , IgxTimePickerModule , IgxToastModule , IgxToggleModule
@@ -65,6 +66,7 @@ import { SelectSample4Component } from './select/select-sample-4/select-sample-4
6566import { SwitchSample1Component } from './switch/switch-sample-1/switch-sample-1.component' ;
6667import { SwitchSample2Component } from './switch/switch-sample-2/switch-sample-2.component' ;
6768import { SwitchStylingComponent } from './switch/switch-styling/switch-styling.component' ;
69+ import { RatingInFormComponent } from './rating/rating-form/rating-form.component' ;
6870
6971@NgModule ( {
7072 declarations : [
@@ -112,6 +114,7 @@ import { SwitchStylingComponent } from './switch/switch-styling/switch-styling.c
112114 RadioSample2Component ,
113115 RadioSample3Component ,
114116 RadioStylingSampleComponent ,
117+ RatingInFormComponent ,
115118 SwitchSample1Component ,
116119 SwitchSample2Component ,
117120 SwitchStylingComponent ,
@@ -153,7 +156,9 @@ import { SwitchStylingComponent } from './switch/switch-styling/switch-styling.c
153156 IgxProgressBarModule ,
154157 IgxForOfModule ,
155158 IgxTextSelectionModule ,
156- IgxFocusModule
159+ IgxFocusModule ,
160+ IgxCardModule ,
161+ IgcFormsModule
157162 ]
158163} )
159164export class DataEntriesModule { }
0 commit comments