Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
600
Module not found: Error: Can't resolve 'igniteui-angular2' in Angular 8 App
posted

Hi,

I have prepared a sample angular app with Version 8. 

my package json contains entry for the following igniteui-angular2,  

"ignite-ui": "19.1.5",

"igniteui-angular2": "5.0.3"
We have a license for  the igniteui library and wanted to use the same.
But when i try to build it i get the following error,
Is it a known issue with the library or is something i missed which i need to correct? 
Please help and guide me.
Thanks and regards,
Jeetendra
###Pacakge json file content for  reference ##
{
  "name": "core-components-demo",
  "version": "0.0.0",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e"
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "~7.2.0",
    "@angular/common": "~7.2.0",
    "@angular/compiler": "~7.2.0",
    "@angular/core": "~7.2.0",
    "@angular/forms": "~7.2.0",
    "@angular/platform-browser": "~7.2.0",
    "@angular/platform-browser-dynamic": "~7.2.0",
    "@angular/router": "~7.2.0",
    "core-js": "^2.5.4",
    "rxjs": "~6.3.3",
    "tslib": "^1.9.0",
    "zone.js": "~0.8.26",
    "ignite-ui": "19.1.5",
    "igniteui-angular2": "5.0.3"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.13.0",
    "@angular/cli": "~7.3.9",
    "@angular/compiler-cli": "~7.2.0",
    "@angular/language-service": "~7.2.0",
    "@types/node": "~8.9.4",
    "@types/jasmine": "~2.8.8",
    "@types/jasminewd2": "~2.0.3",
    "codelyzer": "~4.5.0",
    "jasmine-core": "~2.99.1",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~4.0.0",
    "karma-chrome-launcher": "~2.2.0",
    "karma-coverage-istanbul-reporter": "~2.0.1",
    "karma-jasmine": "~1.1.2",
    "karma-jasmine-html-reporter": "^0.2.2",
    "protractor": "~5.4.0",
    "ts-node": "~7.0.0",
    "tslint": "~5.11.0",
    "typescript": "~3.2.2"
  }
}
Parents
No Data
Reply
  • 1100
    Offline posted

    Hello Jeetendra,

    Thank you for using Ignite UI!

    Have in mind that the "igniteui-angular2" package was renamed to "igniteui-angular-wrappers". You may find the package here: https://www.npmjs.com/package/igniteui-angular-wrappers

    The latest version is 8.0.1 and it supports Angular 8 apps.

    lease, update the package and let me know if you face any other issues.

    Best regards,
    Alexander

Children
No Data