Describe the bug
After installling the latest verison 0.6.4 , when I run my angular project I get the following:
Error: ./node_modules/@ngx-lite/json-ld/fesm2015/ngx-lite-json-ld.js 31:10-28
"export 'ɵɵFactoryTarget' (imported as 'i0') was not found in '@angular/core'
Error: ./node_modules/@ngx-lite/json-ld/fesm2015/ngx-lite-json-ld.js 88:10-28
"export 'ɵɵFactoryTarget' (imported as 'i0') was not found in '@angular/core'
Error: ./node_modules/@ngx-lite/json-ld/fesm2015/ngx-lite-json-ld.js 51:0-27
"export 'ɵɵngDeclareClassMetadata' (imported as 'i0') was not found in '@angular/core'
Error: ./node_modules/@ngx-lite/json-ld/fesm2015/ngx-lite-json-ld.js 106:0-27
"export 'ɵɵngDeclareClassMetadata' (imported as 'i0') was not found in '@angular/core'
Error: ./node_modules/@ngx-lite/json-ld/fesm2015/ngx-lite-json-ld.js 23:26-47
"export 'ɵɵngDeclareFactory' (imported as 'i0') was not found in '@angular/core'
Error: ./node_modules/@ngx-lite/json-ld/fesm2015/ngx-lite-json-ld.js 82:23-44
"export 'ɵɵngDeclareFactory' (imported as 'i0') was not found in '@angular/core'
Error: ./node_modules/@ngx-lite/json-ld/fesm2015/ngx-lite-json-ld.js 99:23-45
"export 'ɵɵngDeclareInjector' (imported as 'i0') was not found in '@angular/core'
Error: ./node_modules/@ngx-lite/json-ld/fesm2015/ngx-lite-json-ld.js 90:23-45
"export 'ɵɵngDeclareNgModule' (imported as 'i0') was not found in '@angular/core'
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
It should compile with my angular v11.
Versions (please complete the following information):
Describe the bug After installling the latest verison 0.6.4 , when I run my angular project I get the following: Error: ./node_modules/@ngx-lite/json-ld/fesm2015/ngx-lite-json-ld.js 31:10-28 "export 'ɵɵFactoryTarget' (imported as 'i0') was not found in '@angular/core'
Error: ./node_modules/@ngx-lite/json-ld/fesm2015/ngx-lite-json-ld.js 88:10-28 "export 'ɵɵFactoryTarget' (imported as 'i0') was not found in '@angular/core'
Error: ./node_modules/@ngx-lite/json-ld/fesm2015/ngx-lite-json-ld.js 51:0-27 "export 'ɵɵngDeclareClassMetadata' (imported as 'i0') was not found in '@angular/core'
Error: ./node_modules/@ngx-lite/json-ld/fesm2015/ngx-lite-json-ld.js 106:0-27 "export 'ɵɵngDeclareClassMetadata' (imported as 'i0') was not found in '@angular/core'
Error: ./node_modules/@ngx-lite/json-ld/fesm2015/ngx-lite-json-ld.js 23:26-47 "export 'ɵɵngDeclareFactory' (imported as 'i0') was not found in '@angular/core'
Error: ./node_modules/@ngx-lite/json-ld/fesm2015/ngx-lite-json-ld.js 82:23-44 "export 'ɵɵngDeclareFactory' (imported as 'i0') was not found in '@angular/core'
Error: ./node_modules/@ngx-lite/json-ld/fesm2015/ngx-lite-json-ld.js 99:23-45 "export 'ɵɵngDeclareInjector' (imported as 'i0') was not found in '@angular/core'
Error: ./node_modules/@ngx-lite/json-ld/fesm2015/ngx-lite-json-ld.js 90:23-45 "export 'ɵɵngDeclareNgModule' (imported as 'i0') was not found in '@angular/core'
To Reproduce Steps to reproduce the behavior:
Expected behavior It should compile with my angular v11.
Versions (please complete the following information):
Additional context package.json { "name": "pinploy-web", "version": "1.1.0", "license": "MIT", "scripts": { "ng": "ng", "start": "ng serve", "start:ssl": "ng serve --ssl", "prettier-write": "npx prettier --write .", "prettier-check": "npx prettier --check .", "build": "ng build --prod", "build:dev": "ng build --prod --configuration=dev", "build:dk": "ng build --prod --configuration=dk", "test": "ng test", "lint:fix": "eslint --fix --ext .ts .", "eslint": "npx eslint src/*/.ts", "eslint:fix": "npx eslint src/*/.ts --fix", "e2e": "ng e2e", "postinstall": "ngcc", "webpack-analyzer:analyze:web:prod": "ng run pinploy-web:build --configuration=dk --stats-json=true --statsJson=true", "webpack-analyzer:web": "webpack-bundle-analyzer dist/stats.json" }, "private": true, "dependencies": { "@agm/core": "1.1.0", "@agm/js-marker-clusterer": "^1.1.0", "@angular/animations": "11.2.1", "@angular/cdk": "^11.2.1", "@angular/common": "11.2.1", "@angular/compiler": "11.2.1", "@angular/core": "11.2.1", "@angular/forms": "11.2.1", "@angular/material": "^11.2.1", "@angular/platform-browser": "11.2.1", "@angular/platform-browser-dynamic": "11.2.1", "@angular/router": "11.2.1", "@auth0/angular-jwt": "5.0.2", "@busacca/ng-pick-datetime": "10.0.0", "@google/markerclustererplus": "^5.1.3", "@ngx-lite/json-ld": "^0.6.4", "angular-cropperjs": "^1.0.1", "angular-google-tag-manager": "1.3.0", "angularx-social-login": "3.5.4", "classlist.js": "^1.1.20150312", "codelyzer": "^6.0.0", "core-js": "^2.4.1", "eslint-config-airbnb": "^18.2.1", "intersection-observer": "^0.10.0", "js-marker-clusterer": "^1.0.0", "jsbi": "3.1.4", "libphonenumber-js": "^1.9.6", "moment": "^2.29.1", "ng-in-viewport": "^6.1.0", "ng-lazyload-image": "9.1.0", "ng-pick-datetime": "7.0.0", "ngx-build-plus": "^11.0.0", "ngx-color": "^6.2.0", "ngx-cookie-service": "^2.3.0", "ngx-infinite-scroll": "10.0.1", "ngx-owl-carousel-o": "^5.0.0", "ngx-toastr": "13.2.1", "ngx-webstorage": "7.0.1", "rxjs": "^6.6.3", "socket.io-client": "^2.1.1", "tslib": "^2.0.0", "web-animations-js": "^2.3.2", "zone.js": "~0.11.4" }, "devDependencies": { "@angular-builders/custom-webpack": "^11.1.1", "@angular-devkit/build-angular": "~0.1102.1", "@angular-eslint/eslint-plugin": "^1.2.0", "@angular/cli": "^11.2.1", "@angular/compiler-cli": "11.2.1", "@angular/language-service": "11.2.1", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "~2.0.2", "@types/node": "^14.14.31", "@typescript-eslint/eslint-plugin": "^4.16.1", "@typescript-eslint/eslint-plugin-tslint": "^4.16.1", "@typescript-eslint/parser": "^4.16.1", "cropperjs": "^1.5.9", "eslint": "^7.21.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-rxjs": "^3.1.0", "jasmine-core": "~3.7.1", "jasmine-spec-reporter": "~6.0.0", "karma": "~6.1.1", "karma-chrome-launcher": "~3.1.0", "karma-cli": "~2.0.0", "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.6.0", "moment-locales-webpack-plugin": "^1.2.0", "prettier": "2.2.1", "protractor": "~7.0.0", "ts-node": "~3.2.0", "typescript": "4.0.7", "webpack-bundle-analyzer": "^4.4.0" } }