Home

Awesome

monaco-languageclient-ng-example

These project has been migrated to monaco-languageclient repo and is available here.

It does the same as the regular monaco-languageclient client example but inside an Angular Component.

Getting started

npm is required

npm ci

The angular client we start last needs to connect to example JSON language server from the monaco-languageclient examples, therefore start the server like this:

npm run start

Start the local Angular development server:

npm run start

It serves on the client here: http://localhost:4200. You can use the vscode launch config to launch Chrome for debugging.

Both client and server code is re-used from monaco-languageclient-examples.