remove dynamic placeholder

This commit is contained in:
Denys Vuika
2018-10-08 13:33:51 +01:00
parent 3928770181
commit 94b1420e6e

View File

@@ -7,9 +7,6 @@ import { CodeEditorModule } from '@ngstack/code-editor';
@NgModule({
imports: [
// Provides entry point for dynamic module registration,
// do not remove the line below
// $DYNAMIC_MODULES_PLACEHOLDER$
CodeEditorModule.forRoot({
// use local Monaco installation
baseUrl: 'assets/monaco',