From f9b8d9f0eb976adf9a5b42fe91f1555559e15243 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Mon, 6 Nov 2017 18:18:34 +0000 Subject: [PATCH] remove old import unused --- demo-shell-ng2/src/app/app.module.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/demo-shell-ng2/src/app/app.module.ts b/demo-shell-ng2/src/app/app.module.ts index 58c9da980f..7aa03a9786 100644 --- a/demo-shell-ng2/src/app/app.module.ts +++ b/demo-shell-ng2/src/app/app.module.ts @@ -1,8 +1,6 @@ import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { FormsModule } from '@angular/forms'; -import { HttpModule } from '@angular/http'; -import { MatInputModule } from '@angular/material'; import { FlexLayoutModule } from '@angular/flex-layout'; // import { Editor3DModule } from 'ng2-3d-editor'; import { ChartsModule } from 'ng2-charts'; @@ -75,8 +73,6 @@ import { routing } from './app.routes'; BrowserModule, routing, FormsModule, - HttpModule, - MatInputModule, AdfModule, MaterialModule, ThemePickerModule,