materiahq / ngx-monaco-editor

Monaco Editor Library for Angular v6 and above
MIT License
159 stars 35 forks source link

Setup question #61

Closed Rossco8 closed 3 years ago

Rossco8 commented 3 years ago

The demo on Stackblitz does not have

"assets": [
                        { "glob": "**/*", "input": "node_modules/monaco-editor", "output": "assets/monaco-editor/" }
                    ],

Is it necessary? And should it be

{ "glob": "**/*", "input": "node_modules/@materia-ui/ngx-monaco-editor", "output": "assets/monaco-editor/" }
jmarc-roy commented 3 years ago

Hi @Rossco8 ,

You have 2 way to load monaco-editor package with our library:

Rossco8 commented 3 years ago

ok, thanks, that makes sense