Closed tomadojuice closed 4 years ago
just add import 'codemirror/addon/selection/active-line';
(or whatever official addon, check in the node_modules/codemirror folder to see all available) in your app.module.ts and then pass the appropriate options to the ngx-codemirror component.
I'd like to use a linter addon from codemirror in my Angular project but I can't figure out how it works. Could someone help me with that?