ngx-monaco-editor
Monaco Editor component for Angular 2 and Above
File Explorer
Download Latest Version (.zip)- base-editor.ts
- config.ts
- diff-editor.component.ts
- editor.component.ts
- editor.module.ts
- types.ts
- public-api.ts
- test.ts
- karma.conf.js
- ng-package.json
- package.json
- tsconfig.lib.json
- tsconfig.lib.prod.json
- tsconfig.spec.json
- app.component.ts
- app.module.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- favicon.ico
- index.html
- main.ts
- polyfills.ts
- styles.css
- test.ts
- .browserslistrc
- karma.conf.js
- tsconfig.app.json
- tsconfig.spec.json
- .editorconfig
- .gitignore
- angular.json
- license
- npm-publish
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/atularen/ngx-monaco-editor
Downloads the entire project code from GitHub to your computer.
cd ngx-monaco-editor
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install monaco-editor ngx-monaco-editor --save
Downloads and installs the libraries listed in package.json.
npm install ngx-monaco-editor@6.0.0 --save
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
