Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 678 Bytes

File metadata and controls

21 lines (13 loc) · 678 Bytes

monaco-languageclient-ng-example

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 the language server, therefore start the server example found in the main monaco-languageclient repository.

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.