Git Product home page Git Product logo

Comments (10)

Dgiulian avatar Dgiulian commented on May 31, 2024 4

You could install the rxjs-compat package from npm.
npm i rxjs-compat
It's designed for situations like this, where some code didn't migrate to rxjs 6 yet.

from angular-material-fileupload.

mvones avatar mvones commented on May 31, 2024 1

Hello,
Just change the imports in /node_modules/angular-material-fileupload/matFileUpload.esm.js

import { merge as merge$1 } from 'rxjs/observable/merge';
to
import { merge as merge$1 } from 'rxjs';
and
import { startWith as startWith$1 } from 'rxjs/operators/startWith';
to
import { startWith as startWith$1 } from 'rxjs';

All imports in the new rxjs version will be from 'rxjs' :)

from angular-material-fileupload.

jgomesmv avatar jgomesmv commented on May 31, 2024

I'm facing the same issue:
[WDS] Errors while compiling. Reload prevented.
vendor.js:141454
./src/app/shared/shared.module.ts
vendor.js:141460
Module not found: Error: Can't resolve 'rxjs/add/operator/merge' in 'C:\ImperiumRepos\ImperiumUi\src\app\shared'
./node_modules/angular-material-fileupload/matFileUpload.esm.js
vendor.js:141460
Module not found: Error: Can't resolve 'rxjs/observable/merge' in 'C:\ImperiumRepos\ImperiumUi\node_modules\angular-material-fileupload'
./node_modules/angular-material-fileupload/matFileUpload.esm.js
vendor.js:141460
Module not found: Error: Can't resolve 'rxjs/operators/startWith' in 'C:\ImperiumRepos\ImperiumUi\node_modules\angular-material-fileupload'

from angular-material-fileupload.

momegas avatar momegas commented on May 31, 2024

Same here

from angular-material-fileupload.

Ofallou avatar Ofallou commented on May 31, 2024

Hello
Same issue.
I am on Angular 6 and RxJs 6.2.1
thanks for help

from angular-material-fileupload.

Franweb79 avatar Franweb79 commented on May 31, 2024

Dgiulian´s solution worked for me, thanks man :)

from angular-material-fileupload.

nishantmc avatar nishantmc commented on May 31, 2024

Just pushed 1.0.0 (angular 6), Please check.

from angular-material-fileupload.

nishantmc avatar nishantmc commented on May 31, 2024

Please try 1.0.1, 1.0.0 had some issues.

from angular-material-fileupload.

nishantmc avatar nishantmc commented on May 31, 2024

@matteo-mosca Did you get a chance to try the new version?

from angular-material-fileupload.

nishantmc avatar nishantmc commented on May 31, 2024

@matteo-mosca Closing this issue for now, Please let me know if you are still facing this issue.

from angular-material-fileupload.

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.