File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { CourseCardComponent } from './course-card/course-card.component';
7
7
import { CourseImageComponent } from './course-image/course-image.component' ;
8
8
import { HighlightedDirective } from './directives/highlighted.directive' ;
9
9
import { NgxUnlessDirective } from './directives/ngx-unless.directive' ;
10
- import { HttpClientModule } from '@angular/common/http' ;
10
+ import { HttpClient , HttpClientModule } from '@angular/common/http' ;
11
11
12
12
@NgModule ( {
13
13
declarations : [
@@ -19,11 +19,10 @@ import {HttpClientModule} from '@angular/common/http';
19
19
] ,
20
20
imports : [
21
21
BrowserModule ,
22
- BrowserAnimationsModule
23
- ] ,
24
- providers : [
22
+ BrowserAnimationsModule ,
25
23
HttpClientModule
26
24
] ,
25
+ providers : [ ] ,
27
26
bootstrap : [ AppComponent ]
28
27
} )
29
28
export class AppModule { }
You can’t perform that action at this time.
0 commit comments