Git Product home page Git Product logo

Comments (3)

shlomiassaf avatar shlomiassaf commented on August 26, 2024

I see, this might happen from time to time...

The angular CDK team insists on using private in their implementation which is strange, as I would expect them to use protected for a core dev components which dev's probably extend.

Anyway, in this case its a member starting with "_" so they didn't see any issue with it breaking anyones code... this is why it's on 8.x

I will fix this but it will require backward compatibility cause I want this to work with pre 8.1.3 releases...

from ngrid.

shlomiassaf avatar shlomiassaf commented on August 26, 2024

UPDATE:

Looks like this will take a bit more work to upgrade angular to the current version.

For some reason, the way the CLI imports has changed and the order is now different, it now creates circular references that did not exist before.

I'm not sure where is the change, the CLI or one of it's components (angular dev-kit) or maybe some other dependency.

Further more, the change from typescript 3.4.5 to 3.5.3 also create some breaking changes (however, minor) due to type mapping issues.

If anyone has a clue on the first issue, why the new compilation process moving 8.0.3 to 8.2.2 has changed the order of imports, creating some circular dependencies that are not present in 8.0.3

from ngrid.

shlomiassaf avatar shlomiassaf commented on August 26, 2024

Fix is now in [email protected]

from ngrid.

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.