Code Monkey home page Code Monkey logo

Comments (4)

alexfriesen avatar alexfriesen commented on April 27, 2024 2

A ng-container will be rendered as a Comment Node in DOM and does not provide a setAttribute function.

You should use a div instead of ng-container or move the [attr.data-index] to a HTML Element.

from angular.

JoostK avatar JoostK commented on April 27, 2024 1

Please provide a runnable reproduction, or at least the stack trace in a non-optimized build. Without reproduction we are unable to provide any help.

from angular.

pkozlowski-opensource avatar pkozlowski-opensource commented on April 27, 2024 1

Marking it as a bug since this situation should be detected by a compiler and reported during the compilation time, without any runtime involvement. The attr. binding syntax clearly indicates that it is about binding to an attribute and we know that there are no attributes on the <ng-container> hence we can detect this situation statically.

from angular.

magixian avatar magixian commented on April 27, 2024

Please provide a runnable reproduction, or at least the stack trace in a non-optimized build. Without reproduction we are unable to provide any help.

I've managed to reproduce the bug on this small application https://github.com/magixian/applyzer (also added on main issue message).

In this process of reproducing the bug I seem to have figured out where the bug is coming from https://github.com/magixian/applyzer/blob/main/src/app/block-builder/block-builder.component.html#L2. This is an attribute which seem to not be required on our application so it can be removed without any issues. However, just to note that this was working all fine with the previous versions.

I will keep the issue open in the mean time just incase this case needs to be looked at.

from angular.

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.