Closed Dok11 closed 7 years ago
Angular CLI. ver.4 Error ERROR ReferenceError: hljs is not defined:
ERROR ReferenceError: hljs is not defined
And my code:
_setBlog(post) { // from route subscribe() therefore setTimeout(); this.post = post; setTimeout(() => { this.highlightJsService.highlight(this.el.nativeElement.querySelectorAll('pre>code')); }, 10); }
Hi. This is normally an issue with highlight,js not having been loaded. Please see the demo plunk and recreate if necessary using it.
Angular CLI. ver.4 Error
ERROR ReferenceError: hljs is not defined
:And my code: