Having an issue getting this working in angular 12. I'm running the boilerplate set up in the example. I am receiving this error in the console when I try to load the component Uncaught TypeError: Cannot read properties of undefined (reading 'VSCODE_BROWSER_CODE_LOADING'.
I am receiving this error: Uncaught TypeError: Cannot read properties of undefined (reading 'VSCODE_BROWSER_CODE_LOADING' in the web console when I try to load the <ngx-monaco-editor> element after following the sample code in the README.md
Having an issue getting this working in angular 12. I'm running the boilerplate set up in the example. I am receiving this error in the console when I try to load the component
Uncaught TypeError: Cannot read properties of undefined (reading 'VSCODE_BROWSER_CODE_LOADING'
."@angular/cdk": "^12.2.9", "monaco-editor": "^0.24.0", "ngx-monaco-editor": "^12.0.0"
app.module.ts
editor.component.html
editor.component.ts