diff --git a/src/Squidex/app/app.module.ts b/src/Squidex/app/app.module.ts index f24e73983..9cfd7ccc7 100644 --- a/src/Squidex/app/app.module.ts +++ b/src/Squidex/app/app.module.ts @@ -10,8 +10,6 @@ import * as Ng2Browser from '@angular/platform-browser'; import { AppComponent } from './app.component'; -import { DndModule } from 'ng2-dnd'; - import { ApiUrlConfig, AppClientsService, @@ -64,7 +62,6 @@ export function configCurrency() { @Ng2.NgModule({ imports: [ - DndModule.forRoot(), Ng2Browser.BrowserModule, SqxAppModule, SqxAuthModule, diff --git a/src/Squidex/app/components/internal/module.ts b/src/Squidex/app/components/internal/module.ts index 85a5abdf0..35b7b7e58 100644 --- a/src/Squidex/app/components/internal/module.ts +++ b/src/Squidex/app/components/internal/module.ts @@ -7,8 +7,6 @@ import * as Ng2 from '@angular/core'; -import { Ng2CompleterModule } from 'ng2-completer'; - import { SqxFrameworkModule } from 'shared'; import { SqxLayoutModule } from 'components/layout'; @@ -27,7 +25,6 @@ import { @Ng2.NgModule({ imports: [ - Ng2CompleterModule, SqxFrameworkModule, SqxLayoutModule ], diff --git a/src/Squidex/package.json b/src/Squidex/package.json index ca3da94a8..363479edf 100644 --- a/src/Squidex/package.json +++ b/src/Squidex/package.json @@ -28,8 +28,6 @@ "immutable": "^3.8.1", "moment": "^2.17.0", "mousetrap": "^1.6.0", - "ng2-completer": "^0.2.3", - "ng2-dnd": "^2.0.1", "oidc-client": "^1.2.2", "reflect-metadata": "^0.1.8", "rxjs": "5.0.0-beta.12",