It does the same as the regular monaco-languageclient client example but inside an Angular Component.
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.