Activities of "trannguyenphucanh"

Hi, any update?

Edit: Nevermind, I downgraded all angular libraries to ~17.0.0, all errors are gone.

Thanks. I resolved by importing either @abp/ng.components/extensible or @abp\ng.theme.shared instead.

One more thing, I encountered yet another issue:

../../node_modules/@angular/common/fesm2020/common.mjs:3049:12-32 - Error: export '╔╡╔╡InputFlags' (imported as 'i0') was not found in '@angular/core'

The latest @angular/core version has fesm2022 folder instead of fesm2020:

Here is my CLI details:

Hi, any update?

OK, I can wait a bit.

Beside, I am planning to make it to v8, but your release notes still have this message:

Is v8 stable yet? If not, when is the stable release date?

Meanwhile, do you guys know how to hide these newly added fields in "Personal info" screen? These fields are similar to my customized fields in "Users => Edit" popup long ago, now I want to hide them. Any idea?

Hi,

Any update? Please take a look, it is urgent for me.

Hi maliming,

I tried re-installing using yarn install with yarn.lock & package-lock.jsonremoved in my local environment and got the same result as other environments,

Here is my package.json:

`{
  "name": "BTS",
  "version": "0.0.0",
  "scripts": {
    "ng": "ng",
    "start": "ng serve --open",
    "build": "ng build",
    "build:prod": "ng build --prod",
    "build:belfordev": "ng build --belfordev",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e"
  },
  "private": true,
  "dependencies": {
    "@abp/ng.components": "5.3.4",
    "@abp/ng.core": "5.3.4",
    "@abp/ng.setting-management": "5.3.4",
    "@abp/ng.theme.shared": "5.3.4",
    "@angular/animations": "13.3.3",
    "@angular/common": "13.3.3",
    "@angular/compiler": "13.3.3",
    "@angular/core": "13.3.3",
    "@angular/forms": "13.3.3",
    "@angular/localize": "13.3.3",
    "@angular/platform-browser": "13.3.3",
    "@angular/platform-browser-dynamic": "13.3.3",
    "@angular/router": "13.3.3",
    "@ngxs/store": "^3.7.4",
    "@volo/abp.commercial.ng.ui": "5.3.4",
    "@volo/abp.ng.account": "5.3.4",
    "@volo/abp.ng.audit-logging": "5.3.4",
    "@volo/abp.ng.identity": "5.3.4",
    "@volo/abp.ng.identity-server": "5.3.4",
    "@volo/abp.ng.language-management": "5.3.4",
    "@volo/abp.ng.saas": "5.3.4",
    "@volo/abp.ng.text-template-management": "5.3.4",
    "@volo/abp.ng.theme.lepton": "5.3.4",
    "angular-ng-autocomplete": "2.0.5",
    "angular2-multiselect-dropdown": "5.0.4",
    "crypto-js": "^4.2.0",
    "flag-icon-css": "^4.1.7",
    "highcharts": "8.0.0",
    "moment": "2.29.1",
    "ngx-bootstrap": "5.6.1",
    "ngx-cron-jobs": "^11.0.3",
    "ngx-mask": "11.1.5",
    "ngx-moment": "5.0.0",
    "rxjs": "6.6.7",
    "tslib": "2.1.0",
    "zone.js": "0.10.2"
  },
  "devDependencies": {
    "@abp/ng.schematics": "5.3.4",
    "@angular-devkit/build-angular": "13.3.3",
    "@angular/cli": "13.3.3",
    "@angular/compiler-cli": "13.3.3",
    "@angular/language-service": "13.3.3",
    "@types/jasmine": "3.5.0",
    "@types/jasminewd2": "2.0.3",
    "@types/node": "12.20.7",
    "codelyzer": "6.0.1",
    "jasmine-core": "3.6.0",
    "jasmine-spec-reporter": "5.0.0",
    "karma": "5.1.1",
    "karma-chrome-launcher": "3.1.0",
    "karma-coverage-istanbul-reporter": "3.0.2",
    "karma-jasmine": "4.0.0",
    "karma-jasmine-html-reporter": "1.5.0",
    "ng-packagr": "11.0.1",
    "protractor": "7.0.0",
    "ts-node": "8.3.0",
    "tslint": "6.1.0",
    "typescript": "4.5.4"
  },
  "resolutions": {
    "@abp/ng.components": "5.3.4",
    "@abp/ng.core": "5.3.4",
    "@abp/ng.setting-management": "5.3.4",
    "@abp/ng.theme.shared": "5.3.4",
    "@volo/abp.commercial.ng.ui": "5.3.4",
    "@volo/abp.ng.account": "5.3.4",
    "@volo/abp.ng.audit-logging": "5.3.4",
    "@volo/abp.ng.gdpr": "5.3.4",
    "@volo/abp.ng.identity": "5.3.4",
    "@volo/abp.ng.identity-server": "5.3.4",
    "@volo/abp.ng.language-management": "5.3.4",
    "@volo/abp.ng.saas": "5.3.4",
    "@volo/abp.ng.text-template-management": "5.3.4",
    "@volo/abp.ng.theme.lepton": "5.3.4"
  }
}
`

Could you take a look?

Hi, could I ask what is the selector and templateUrl values of the popup? I want to try interfering with the HTML element directly by using angular ngAfterViewInitto see if it works.

Thanks liangshiwei. Is there a way to log/increase the value of clockSkewInMSec? I tried a few ways but it did not work, nor did I can log the value.

I tried changing the value in .NET: In app.component:

Could you take a look at this?

Hi jfistelmann,

Thank you for your supporting. But the breakpoint did not get hit in the overridden method.

Could you take a look at my implementation to see if I missed any step?

Other method is otherwise working well:

Edit: I found the solution, it is the method IIdentityUserAppService.GetAssignableRolesAsync(...) to be overridden, its API is api/identity/users/assignable-roles.

Anyway, thank you for the suggestion. One last thing: How do I achieve the UI like this?

Showing 21 to 30 of 44 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13