|
|
@ -10,8 +10,6 @@ import * as Ng2Browser from '@angular/platform-browser'; |
|
|
|
|
|
|
|
|
import { AppComponent } from './app.component'; |
|
|
import { AppComponent } from './app.component'; |
|
|
|
|
|
|
|
|
import { DndModule } from 'ng2-dnd'; |
|
|
|
|
|
|
|
|
|
|
|
import { |
|
|
import { |
|
|
ApiUrlConfig, |
|
|
ApiUrlConfig, |
|
|
AppClientsService, |
|
|
AppClientsService, |
|
|
@ -64,7 +62,6 @@ export function configCurrency() { |
|
|
|
|
|
|
|
|
@Ng2.NgModule({ |
|
|
@Ng2.NgModule({ |
|
|
imports: [ |
|
|
imports: [ |
|
|
DndModule.forRoot(), |
|
|
|
|
|
Ng2Browser.BrowserModule, |
|
|
Ng2Browser.BrowserModule, |
|
|
SqxAppModule, |
|
|
SqxAppModule, |
|
|
SqxAuthModule, |
|
|
SqxAuthModule, |
|
|
|