You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0.
3
+
CodeMirror 6 wrapper for Angular
4
4
5
-
## Code scaffolding
5
+
## Installation
6
6
7
-
Run `ng generate component component-name --project code-editor` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project code-editor`.
8
-
> Note: Don't forget to add `--project code-editor` or else it will be added to the default project in your `angular.json` file.
7
+
```bash
8
+
npm install @acrodata/code-editor --save
9
+
```
9
10
10
-
## Build
11
+
## Usage
11
12
12
-
Run `ng build code-editor` to build the project. The build artifacts will be stored in the `dist/` directory.
0 commit comments