GithubHelp home page GithubHelp logo

Icon is not rendered with IE11 about svg-icon HOT 3 CLOSED

ngneat avatar ngneat commented on July 18, 2024
Icon is not rendered with IE11

from svg-icon.

Comments (3)

RonnieRocket147 avatar RonnieRocket147 commented on July 18, 2024 1

npm install --save classlist.js is definitely not working.

What does work is installing the following package:

/** IE10 and IE11 requires the following for NgClass support on SVG elements */
import 'eligrey-classlist.js';  // Run `npm install --save eligrey-classlist.js`.

from svg-icon.

NetanelBasal avatar NetanelBasal commented on July 18, 2024

We work with IE, and it works. Can you try to debug it and share your findings, please?

from svg-icon.

RonnieRocket147 avatar RonnieRocket147 commented on July 18, 2024

The error is triggered in this piece of code:

{key:"render",value:function(){this.key&&this.registry.hasSvg(this.key)?(this.element.classList.remove(),this.element.classList.add("svg-icon-"+this.key),this.element.innerHTML=this.registry.get(this.key)):Object(a.U)()&&console.warn(this.key+" is missing!")}}

this.element.classList.remove() needs an argument according to IE11 but is not provided. Is this a problem with the installed polyfill perhaps?

"classlist.js": "^1.1.20150312"

from svg-icon.

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.