Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ngx-material-file-input not working #59

Open
super-web-dev-7 opened this issue Jun 10, 2020 · 3 comments
Open

Ngx-material-file-input not working #59

super-web-dev-7 opened this issue Jun 10, 2020 · 3 comments

Comments

@super-web-dev-7
Copy link

I found error like this.
./node_modules/@angular-material-components/file-input/ivy_ngcc/fesm2015/angular-material-components-file-input.js 48:39-57
"export '_MatInputMixinBase' was not found in '@angular/material/input'

@novarse
Copy link

novarse commented Jun 15, 2020

I'm experiencing this as well. I'm using Angular CLI: 9.1.8

@merlosy
Copy link
Owner

merlosy commented Jul 20, 2020

Can you provide more context:

  • What are you trying to do?
  • Do you have a repro repo?
  • What versions are you using (library, node, angular)?

@pacozevallos
Copy link

Hello first thank you for this implementation.

I get the same error:

This likely means that the library (ngx-material-file-input) which declares MaterialFileInputModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

Recently (a month) I used it in another project and everything was fine.

package.json

"dependencies": {
    "@angular/animations": "~9.1.0",
    "@angular/cdk": "^9.2.3",
    "@angular/common": "~9.1.0",
    "@angular/compiler": "~9.1.0",
    "@angular/core": "~9.1.0",
    "@angular/fire": "^6.0.0",
    "@angular/forms": "~9.1.0",
    "@angular/material": "^9.2.3",
    "@angular/platform-browser": "~9.1.0",
    "@angular/platform-browser-dynamic": "~9.1.0",
    "@angular/router": "~9.1.0",
    "bootstrap": "^4.5.0",
    "firebase": "^7.14.3",
    "jquery": "^3.5.1",
    "ngx-material-file-input": "^2.1.1",
    "popper.js": "^1.16.1",
    "rxjs": "~6.5.4",
    "tslib": "^1.10.0",
    "zone.js": "~0.10.2"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.901.0",
    "@angular/cli": "~9.1.0",
    "@angular/compiler-cli": "~9.1.0",
    "@angular/language-service": "~9.1.0",
    "@types/node": "^12.11.1",
    "@types/jasmine": "~3.5.0",
    "@types/jasminewd2": "~2.0.3",
    "codelyzer": "^5.1.2",
    "jasmine-core": "~3.5.0",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~4.4.1",
    "karma-chrome-launcher": "~3.1.0",
    "karma-coverage-istanbul-reporter": "~2.1.0",
    "karma-jasmine": "~3.0.1",
    "karma-jasmine-html-reporter": "^1.4.2",
    "protractor": "~5.4.3",
    "ts-node": "~8.3.0",
    "tslint": "~6.1.0",
    "typescript": "~3.8.3",
    "@angular-devkit/architect": "~0.900",
    "firebase-tools": "^8.0.0",
    "fuzzy": "^0.1.3",
    "inquirer": "^6.2.2",
    "inquirer-autocomplete-prompt": "^1.0.1"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants