You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With standalone components becoming the norm after Angular 14. A working example of how to import and use ngx-highlightjs with standalone components, what to import in app.module.ts or main.ts if it is bootstrapped there, and which configuration to put where.
As well as what to import in the component file itself. As well as how to use additional functionality such as the highlightAll() function in the JS library.
A working example of how to import and use ngx-highlightjs with standalone components, what to import in app.module.ts or main.ts if it is bootstrapped there, and what to import in the component file itself. As well as how to use additional functionality such as the highlightAll() function in the JS library.
The text was updated successfully, but these errors were encountered:
Question about stand-alone components
With standalone components becoming the norm after Angular 14. A working example of how to import and use ngx-highlightjs with standalone components, what to import in app.module.ts or main.ts if it is bootstrapped there, and which configuration to put where.
As well as what to import in the component file itself. As well as how to use additional functionality such as the highlightAll() function in the JS library.
Bug Report or Feature Request (mark with an
x
)Versions
Angular 14, 15, 16, any OS.
Desired functionality
A working example of how to import and use ngx-highlightjs with standalone components, what to import in app.module.ts or main.ts if it is bootstrapped there, and what to import in the component file itself. As well as how to use additional functionality such as the highlightAll() function in the JS library.
The text was updated successfully, but these errors were encountered: