-
Hi
We failed to migrate ngx-highlightjs in our project from 10.0 to 12.0 because of the multiple errors in the console.
Please note, that new version added "language" property so the error may rel…
-
Hello.
I am using angular version 16 and ngx-highlight-js doesn't work. Show me this error:
hljs.highlightElement is not a function
at ngx-highlight-js.mjs:46:22
I tried with highlight-js …
-
Have followed the instructions, but with the addition of ngx-highlight the Angular CLI can no longer build the project, see the error below.
```
ERROR in ./node_modules/ngx-highlight/highlight.mod…
-
Following the instructions on how to install and include the module, compiling gets this error:
ERROR in ./node_modules/ngx-highlight/highlight.module.ts
Module build failed (from ./node_modules/@…
-
### Please provide the environment you discovered this bug in.
windows 11
```
{
"name": "analog-blog-test",
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=18.19.1"…
-
Hi Team,
Actually I am working in project and using ngx-daterangepicker-material 2.4.2. so we can select dates and we have some options as well for example "Last 7 days", "Last 14 days" etc.
So …
-
I followed the instruction but and got "Can't find hljs under window" warning in console. So what i did:
1) Add in my app.module.ts
```
import {HIGHLIGHTJS_CONFIG, HighlightJsConfig, HighlightJ…
-
Bug description:
Facing issue with typeahead with ngx-bootstrap @7.1.2 whereas it works fine with 7.0.0
Issue: using typeahead as below.
```
[typeahead]="List$"
[typeaheadAsync]="true"
[typeah…
-
Using ngx-joyride for a progressive web app made with Ionic Framework the position of the first step is outside viewport. After rotation for e.g. portrait mode to landscape mode it will be shown, but …
-
Hi, I have created a new mode for later customization, something like this (highlight rules also present):
~~~
ace.define('ace/mode/custom', ['require', 'exports', 'ace/lib/oop', 'ace/mode/text', …