ng2-codemirror icon indicating copy to clipboard operation
ng2-codemirror copied to clipboard

Angular2 CodeMirror component

Results 23 ng2-codemirror issues
Sort by recently updated
recently updated
newest added

When using Storybook we are getting the following error: Unhandled Promise rejection: Importing CodemirrorModule which does not have a ɵmod property ; Zone: ; Task: Promise.then ; Value: Error: Importing...

I've tried following the instructions and piecing together stuff on the forums and can't seem to get this to work. I'm running Angular 7. My angular.json: ``` "styles": [ .....

Emitting keyup event information on event handlers. Used for binding key events.

After i try to run ng update @angular/cli @angular/core I face problem below **packageGroup metadata of package @angular/cli is malformed. Ignoring. packageGroup metadata of package @angular/cli is malformed. packageGroup metadata...

If you don't want to track memory leak in your application, I suggest you stop using it. All subscriptions on the screenshot are not destroyed when the component is destroyed,...

When using ng2-codemirror in an Angular 6 project an `incorrect peer dependency ` warning appears, this PR solves the issue. Note: everything still runs great on Angular 6. It's just...

I cannot use this module with SSR / angular universal because it throws this error: ReferenceError: navigator is not defined at MYPROJECT/node_modules/codemirror/lib/codemirror.js:18:17

Any plan for angular 6 compatibility?

Currently the control doesn't implement this method of the ControlValueAccesor, so specifying `disabled: true` when creating the form group or calling the `enable()` or `disable()` method from the control have...

Will this project be updated to work with Angular 5? I have not noticed any issues in our current use of this project with our Angular 5 app. Would just...