Skip to content

jhk-mjolner/monaco-languageclient-ng-example

 
 

Repository files navigation

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.

About

monaco-languageclient angular example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.0%
  • JavaScript 33.1%
  • HTML 3.5%
  • CSS 0.4%