Upgrade packages and remove unused dependencies

This commit is contained in:
Kristóf Tóth
2019-08-12 14:45:21 +02:00
parent e85eee2ee9
commit 26b1deadf5
11 changed files with 1167 additions and 994 deletions

View File

@ -48,7 +48,7 @@ import { MonacoEditorModule } from 'ngx-monaco-editor';
BrowserModule,
FormsModule,
HttpClientModule,
NgbModule.forRoot(),
NgbModule,
AppRoutingModule,
MonacoEditorModule.forRoot()
],