Activities of "0365-Service"

Thank you

When will this be released?

What do i do with the finder dialogues. They also do not work and i cannot get to their code:

<abp-lookup-input cid="region-lookup" formControlName="regionId" displayNameProp="description" lookupNameProp="displayName" [getFn]="service.getRegionLookup" [editingData]="service.selected?.region"></abp-lookup-input>

Any status update yet

I even created a new project and copied the ng_modules folder over to my current solution, but still it does not work. Please test on an entity that was generated by abp suite

Did you try paging on an entity generated by abp suite or did you simply test the paging on the built in modules?

I have done that a couple of times. I deleted all of the lock files and I deleted the node_modules folder as well.

I did that and tried yarn install as well as npm install, but the issue remains.

Are you talking about browser cache?

I need urgent assistance please. None of the paging in any of my pages are working.

I tried all the above and even tried with yarn and npm, but no paging works

I did all the above and it is still not working.

Here is the contents of package.json

{
  "name": "Cloud",
  "version": "1.0.0",
  "scripts": {
    "ng": "ng",
    "start": "ng serve --open",
    "build": "ng build",
    "build:prod": "ng build --configuration production",
    "watch": "ng build --watch --configuration development",
    "test": "ng test",
    "lint": "ng lint"
  },
  "private": true,
  "dependencies": {
    "@abp/ng.components": "~8.0.5",
    "@abp/ng.core": "~8.0.5",
    "@abp/ng.oauth": "~8.0.5",
    "@abp/ng.setting-management": "~8.0.5",
    "@abp/ng.theme.shared": "~8.0.5",
    "@angular/animations": "~17.0.0",
    "@angular/common": "~17.0.0",
    "@angular/compiler": "~17.0.0",
    "@angular/core": "~17.0.0",
    "@angular/forms": "~17.0.0",
    "@angular/localize": "~17.0.0",
    "@angular/platform-browser": "~17.0.0",
    "@angular/platform-browser-dynamic": "~17.0.0",
    "@angular/router": "~17.0.0",
    "@volo/abp.commercial.ng.ui": "~8.0.5",
    "@volo/abp.ng.account": "~8.0.5",
    "@volo/abp.ng.audit-logging": "~8.0.5",
    "@volo/abp.ng.gdpr": "~8.0.5",
    "@volo/abp.ng.identity": "~8.0.5",
    "@volo/abp.ng.language-management": "~8.0.5",
    "@volo/abp.ng.openiddictpro": "~8.0.5",
    "@volo/abp.ng.saas": "~8.0.5",
    "@volo/abp.ng.text-template-management": "~8.0.5",
    "@volosoft/abp.ng.theme.lepton-x": "~3.0.1",
    "rxjs": "~7.8.0",
    "tslib": "^2.0.0",
    "zone.js": "~0.14.0"
  },
  "devDependencies": {
    "@abp/ng.schematics": "~8.0.5",
    "@angular-devkit/build-angular": "~17.0.0",
    "@angular-eslint/builder": "~17.0.0",
    "@angular-eslint/eslint-plugin": "~17.0.0",
    "@angular-eslint/eslint-plugin-template": "~17.0.0",
    "@angular-eslint/schematics": "~17.0.0",
    "@angular-eslint/template-parser": "~17.0.0",
    "@angular/cli": "~17.0.0",
    "@angular/compiler-cli": "~17.0.0",
    "@angular/language-service": "~17.0.0",
    "@types/jasmine": "~3.6.0",
    "@types/node": "^12.0.0",
    "@typescript-eslint/eslint-plugin": "6.9.1",
    "@typescript-eslint/parser": "6.9.1",
    "eslint": "^8.0.0",
    "jasmine-core": "~4.0.0",
    "karma": "~6.3.0",
    "karma-chrome-launcher": "~3.1.0",
    "karma-coverage": "~2.1.0",
    "karma-jasmine": "~4.0.0",
    "karma-jasmine-html-reporter": "^1.0.0",
    "ng-packagr": "~17.0.0",
    "typescript": "~5.2.0"
  }
}
Showing 11 to 20 of 38 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11