filipows / ngx-currency-input

Angular Currency Input Directive
MIT License
1 stars 0 forks source link

ERROR in node_modules/ngx-currency-input/lib/ngx-currency-input.directive.d.ts(25,74): error TS2304: Cannot find name 'InputEvent'. #1

Open eldhose-cavli opened 4 years ago

eldhose-cavli commented 4 years ago

ERROR in node_modules/ngx-currency-input/lib/ngx-currency-input.directive.d.ts(25,74): error TS2304: Cannot find name 'InputEvent'.

filipows commented 4 years ago

Hi @eldhose-cavli,

thanks for you comment. Could you provide more context to the issue you experience? i.e:

jlorenzoC commented 2 years ago

Hi @filipows , Merry Christmas

thanks for you comment. Could you provide more context to the issue you experience? i.e:

  • Typescript version,
  • Angular version,
  • and how you're trying to use the library?

In my case is as follows:

image

{
  "name": "siscont6",
  "version": "2.0.0",
  "license": "",
  "scripts": {
    "ng": "ng",
    "start": "ng serve --",
    "open": "ng s -o",
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e"
  },
  "private": true,
  "dependencies": {
    "@angular-devkit/core": "^7.3.6",
    "@angular/animations": "^7.2.9",
    "@angular/cdk": "^7.3.7",
    "@angular/common": "^7.2.9",
    "@angular/compiler": "^7.2.9",
    "@angular/core": "^7.2.9",
    "@angular/forms": "^7.2.15",
    "@angular/http": "^7.2.15",
    "@angular/platform-browser": "^7.2.15",
    "@angular/platform-browser-dynamic": "^7.2.15",
    "@angular/platform-server": "^7.2.15",
    "@angular/router": "^7.2.15",
    "@ngx-translate/core": "^11.0.1",
    "@ngx-translate/http-loader": "^4.0.0",
    "angular-font-awesome": "^3.1.2",
    "angular4-hal": "^7.8.14",
    "chart.js": "2.8.0",
    "core-js": "^2.5.7",
    "font-awesome": "^4.7.0",
    "fullcalendar": "^3.5.0",
    "jasmine": "^3.4.0",
    "jquery": "^3.2.1",
    "moment": "^2.18.1",
    "nanoscroller": "^0.8.7",
    "ngx-currency-input": "^1.0.2",
    "ngx-gallery": "^5.10.0",
    "pdfmake": "^0.1.66",
    "primeflex": "^1.0.0-rc.1",
    "primeicons": "^1.0.0",
    "primeng": "^7.1.3",
    "quill": "^1.1.8",
    "rxjs": "6.3.3",
    "rxjs-compat": "6.3.3",
    "tslib": "^1.9.0",
    "web-animations-js": "^2.3.1",
    "zone.js": "^0.8.26"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^0.13.9",
    "@angular/cli": "^7.3.10",
    "@angular/compiler-cli": "^7.2.9",
    "@angular/language-service": "^7.2.15",
    "@types/jasmine": "^3.3.10",
    "@types/jasminewd2": "~2.0.3",
    "@types/node": "^11.11.3",
    "codelyzer": "^5.0.1",
    "devexpress-reporting": "^18.2.8",
    "globalize": "^1.4.0",
    "jasmine-core": "^3.2.1",
    "jasmine-spec-reporter": "^4.2.1",
    "karma": "^4.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-cli": "^2.0.0",
    "karma-coverage-istanbul-reporter": "~2.0.0",
    "karma-jasmine": "^2.0.1",
    "karma-jasmine-html-reporter": "^1.4.2",
    "node-sass": "^4.14.1",
    "protractor": "^5.4.0",
    "rxjs-tslint": "^0.1.5",
    "ts-node": "~8.0.3",
    "tslint": "~5.15.0",
    "typescript": "~3.2.4"
  }
}
jlorenzoC commented 2 years ago

Now I have installed https://www.npmjs.com/package/ngx-currency instead, and it has the same effect, and is working ok tho.