GithubHelp home page GithubHelp logo

Comments (8)

MurhafSousli avatar MurhafSousli commented on May 28, 2024 1

@LuisJoseSanchez maybe you didn't update to v1.4.0 properly, take a look at this stackblitz

from ngx-highlightjs.

MurhafSousli avatar MurhafSousli commented on May 28, 2024

Hi @LuisJoseSanchez
I added [language] input in v1.4.0
However this option is only to restrict detection of the language, see highlightauto docs

Use it like [language]="['java']"

from ngx-highlightjs.

LuisJoseSanchez avatar LuisJoseSanchez commented on May 28, 2024

Thanks for your answer.

Sorry, it doesn't work for me.

When I write:

<pre><code highlight [code]="javaCode" [language]="['java']"></code></pre>

I get this error:

Error: Template parse errors:
Can't bind to 'language' since it isn't a known property of 'code'. ("

<pre>
  <code highlight [code]="code" [ERROR ->][language]="['java']"></code>
</pre>"): ng:///AppModule/SourceCodeComponent.html@12:32

from ngx-highlightjs.

LuisJoseSanchez avatar LuisJoseSanchez commented on May 28, 2024

Ok, perfect. Now I have v1.4.0 and works good.

Thank you very much!

from ngx-highlightjs.

MatthewLHolden avatar MatthewLHolden commented on May 28, 2024

I have the following code:

<pre><code highlight [code]="code" [language]="['html']" (highlighted)="onHighlight($event)"></code></pre>

...

code = <div class="something"></div>;

...

Can't bind to 'code' since it isn't a known property of 'code'.

Running "highlight.js": "9.13.1" & "ngx-highlightjs": "3.0.0"

Any ideas on how to resolve this? Currently typescript and CSS are styled but HTML isn't.

E.g of working:

<pre><code [highlight]="component.typescript" (highlighted)="onHighlight($event)"></code></pre>

from ngx-highlightjs.

MurhafSousli avatar MurhafSousli commented on May 28, 2024

@MatthewLHolden Make sure highlightjs is imported

from ngx-highlightjs.

MatthewLHolden avatar MatthewLHolden commented on May 28, 2024

@MurhafSousli - Hi, I have the following imported in my component and module:

import { HighlightResult } from 'ngx-highlightjs';

from ngx-highlightjs.

alwinaugustin avatar alwinaugustin commented on May 28, 2024

I am also getting the same error. I have installed the JS file in the module providers section, but it is not working.
I am using it like this :

<pre><code [highlight]="fileData"></code></pre>

and in the module, I have

{
      provide: HIGHLIGHT_OPTIONS,
      useValue: {
        fullLibraryLoader: () => import('highlight.js')
      }
    }

from ngx-highlightjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.