Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 08965cc

Browse files
andrewseguinjosephperrott
authored andcommitted
fix(table): http example needs httpclientmodule (#352)
1 parent 20474e9 commit 08965cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/assets/stackblitz/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ import {
3939
} from '@angular/material';
4040
import {MaterialDocsExample} from './app/material-docs-example';
4141
import {HttpModule} from '@angular/http';
42+
import {HttpClientModule} from '@angular/common/http';
4243
import {CdkTableModule} from '@angular/cdk/table';
4344

4445
@NgModule({
@@ -85,6 +86,7 @@ export class DemoMaterialModule {}
8586
BrowserAnimationsModule,
8687
FormsModule,
8788
HttpModule,
89+
HttpClientModule,
8890
DemoMaterialModule,
8991
MatNativeDateModule,
9092
ReactiveFormsModule,

0 commit comments

Comments
 (0)