dynamic modules placeholder

This commit is contained in:
Denys Vuika 2018-10-05 17:37:57 +01:00
parent 4f4a69338f
commit c14f17185a

View File

@ -7,6 +7,9 @@ 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',