You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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)
The text was updated successfully, but these errors were encountered: