angular2-highlight-js
angular2-highlight-js copied to clipboard
highlight.js integration with Angular
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
my project has angular2-highlight-js,why error `AppComponent_Host.ngfactory.js? [sm]:1 ERROR ReferenceError: hljs is not defined at HighlightJsService.highlight (highlight-js.service.js:11) at AppComponent.ngAfterViewInit (app.component.ts:18) at callProviderLifecycles (core.js:12691) at callElementProvidersLifecycles (core.js:12658) at callLifecycleHooksChildrenFirst (core.js:12641) at checkAndUpdateView...
Using the library with npm link - Warning: "Cannot find source file '../src/highlight-js.module.ts'"
I have an Angular component library that has angular2-highlight-js as a peerDependency. At the same time I have an Angular website that uses the component library. During development, I use...
It would be nice to have the possibility to enable the usage of Web Workers with the directive (as described here: https://highlightjs.org/usage/). Maybe some attribute like `use-web-workers` which could be...