File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import { FeatureRendererComponent } from './feature-renderer.component';
8
8
import { MatInputModule } from '@angular/material' ;
9
9
import { FormsModule } from '@angular/forms' ;
10
10
import { PaginatorModule } from '../../shared/components/paginator/paginator.module' ;
11
+ import { HttpClientModule } from '@angular/common/http' ;
11
12
12
13
@NgModule ( {
13
14
imports : [
@@ -16,11 +17,11 @@ import { PaginatorModule } from '../../shared/components/paginator/paginator.mod
16
17
FeatureCardModule ,
17
18
MatInputModule ,
18
19
PaginatorModule ,
19
- FormsModule
20
+ FormsModule ,
21
+ HttpClientModule
20
22
] ,
21
23
declarations : [ FeaturesComponent , FeatureRendererComponent ] ,
22
24
providers : [ FeatureService ] ,
23
25
schemas : [ CUSTOM_ELEMENTS_SCHEMA ]
24
26
} )
25
- export class FeaturesModule {
26
- }
27
+ export class FeaturesModule { }
You can’t perform that action at this time.
0 commit comments