From 58718b6e3b67380fb1bce782c0734bbabcdb0b28 Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Wed, 1 Apr 2020 01:11:26 -0400 Subject: [PATCH] Removed @ngular/http dependency --- package.json | 1 - src/app/app.module.ts | 2 -- 2 files changed, 3 deletions(-) diff --git a/package.json b/package.json index cd98ad6..544d2cf 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ "@angular/compiler": "^9.0.6", "@angular/core": "^9.0.6", "@angular/forms": "^9.0.6", - "@angular/http": "^7.2.15", "@angular/localize": "^9.0.6", "@angular/material": "^9.1.2", "@angular/platform-browser": "^9.0.6", diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 2d2bd77..6ca713b 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -27,7 +27,6 @@ import { MatToolbarModule } from '@angular/material/toolbar'; import {DragDropModule} from '@angular/cdk/drag-drop'; import {FormsModule, ReactiveFormsModule} from '@angular/forms'; import { AppComponent } from './app.component'; -import { HttpModule } from '@angular/http'; import { HttpClientModule, HttpClient } from '@angular/common/http'; import { PostsService } from 'app/posts.services'; import { FileCardComponent } from './file-card/file-card.component'; @@ -90,7 +89,6 @@ export function isVisible({ event, element, scrollContainer, offset }: IsVisible MatInputModule, MatSelectModule, ReactiveFormsModule, - HttpModule, HttpClientModule, MatToolbarModule, MatCardModule,