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

export 'ɵsetClassDebugInfo' (imported as 'i0') was not found in '@angular/core' #55

Closed
sommistica opened this issue Apr 1, 2024 · 0 comments

Comments

@sommistica
Copy link

When i run the demo project, or my own project with angular 15 i get the following error:

ERROR in ../packages/ui-pager/angular/fesm2022/nativescript-community-ui-pager-angular.mjs 371:60-81
export 'ɵsetClassDebugInfo' (imported as 'i0') was not found in '@angular/core'

package.json:
{
"name": "@nativescript/template-hello-world-ng",
"private": true,
"main": "src/main",
"version": "8.0.6",
"author": "NativeScript Team [email protected]",
"description": "NativeScript Application",
"license": "SEE LICENSE IN ",
"publishConfig": {
"access": "public"
},
"files": [
"App_Resources",
"hooks",
"src",
"tools",
"!tools/assets",
".editorconfig",
"references.d.ts",
"tsconfig.json"
],
"keywords": [
"nativescript",
"mobile",
"angular",
"{N}",
"template"
],
"repository": "",
"bugs": {
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@angular/animations": "~16.2.9",
"@angular/common": "~16.2.9",
"@angular/compiler": "~16.2.9",
"@angular/core": "~16.2.9",
"@angular/forms": "~16.2.9",
"@angular/platform-browser": "~16.2.9",
"@angular/platform-browser-dynamic": "~16.2.9",
"@angular/router": "~16.2.9",
"@nativescript-community/template-snippet": "*",
"@nativescript/angular": "15.2.0",
"@nativescript/core": "~8.5.1",
"@nativescript/theme": "~3.0.2",
"rxjs": "~7.8.1",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@akylas/nativescript": "~8.4.1",
"@angular-devkit/build-angular": "^15.2.6",
"@angular/compiler-cli": "^15.2.8",
"@nativescript/android": "~8.4.0",
"@nativescript/ios": "8.4.0",
"@nativescript/types": "~8.4.0",
"@nativescript/webpack": "~5.0.14",
"@ngtools/webpack": "~15.2.6",
"typescript": "~4.8.4"
},
"readme": "NativeScript Application"
}

(this is the package.json from the ng-demo project)

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

1 participant