|
|
@ -5,13 +5,13 @@ |
|
|
* Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. |
|
|
* Copyright (c) Squidex UG (haftungsbeschränkt). All rights reserved. |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
import { ApplicationRef, NgModule } from '@angular/core'; |
|
|
|
|
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms'; |
|
|
|
|
|
import { CommonModule } from '@angular/common'; |
|
|
import { CommonModule } from '@angular/common'; |
|
|
import { RouterModule } from '@angular/router'; |
|
|
|
|
|
import { HttpClientModule } from '@angular/common/http'; |
|
|
import { HttpClientModule } from '@angular/common/http'; |
|
|
|
|
|
import { ApplicationRef, NgModule } from '@angular/core'; |
|
|
|
|
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms'; |
|
|
import { BrowserModule } from '@angular/platform-browser'; |
|
|
import { BrowserModule } from '@angular/platform-browser'; |
|
|
import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; |
|
|
import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; |
|
|
|
|
|
import { RouterModule } from '@angular/router'; |
|
|
import { DndModule } from 'ng2-dnd'; |
|
|
import { DndModule } from 'ng2-dnd'; |
|
|
|
|
|
|
|
|
import { AppComponent } from './app.component'; |
|
|
import { AppComponent } from './app.component'; |
|
|
|