Giter VIP home page Giter VIP logo

Comments (4)

arunreghu avatar arunreghu commented on July 17, 2024

Screenshot_32

from ngx-image-compress.

bh avatar bh commented on July 17, 2024

Successfull workaround:

diff --git a/packages/app/tsconfig.json b/packages/app/tsconfig.json
index f9f9325..95e65ed 100644
--- a/packages/app/tsconfig.json
+++ b/packages/app/tsconfig.json
@@ -12,7 +12,8 @@
             ],
             "@ngxs/*": [
                 "./node_modules/@angular/*"
-            ]
+            ],
+            "ngx-image-compress": ["node_modules/ngx-image-compress-legacy"]
         },
     },
     "angularCompilerOptions": {

from ngx-image-compress.

heyjudemaldicas avatar heyjudemaldicas commented on July 17, 2024

dfa1234 any updates on this? encountering same issue.

from ngx-image-compress.

dfa1234 avatar dfa1234 commented on July 17, 2024

@heyjudemaldicas @bh @arunreghu it's not impossible to fix this very soon, but it's somewhat complicated.
I don't want to work on 2 libraries.
So I would just package 1 library with the ivy compilation and the non-ivy.
But angular is not doing that out of the box (ng-packagr push you to drop old format...)
Only solution would be to work on some script doing this for us.
Like doing an angular 11 compilation (I tested it and 11 is fine)
Then a angular 15 or 16
And mixing the 2 in one library
I'm thinking a lot to do it soon, because supporting a very wide range of angular app is one of the goal of this library.
And could be used elsewhere

from ngx-image-compress.

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.