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

Commit 349b7cb

Browse files
authored
add http client module for table http example (#319)
TODO: Remove usage of deprecated HttpModule
1 parent 2eb5c37 commit 349b7cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/app-module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import {DocViewerModule} from './shared/doc-viewer/doc-viewer-module';
3232
import {
3333
CanActivateComponentSidenav
3434
} from './pages/component-sidenav/component-sidenav-can-load-guard';
35+
import {HttpClientModule} from '@angular/common/http';
3536

3637
@NgModule({
3738
imports: [
@@ -40,6 +41,7 @@ import {
4041
ExampleModule,
4142
FormsModule,
4243
HttpModule,
44+
HttpClientModule,
4345
MatNativeDateModule,
4446
RouterModule.forRoot(MATERIAL_DOCS_ROUTES),
4547

0 commit comments

Comments
 (0)