"armanozak" की गतिविधियाँ

उत्तर

Hi,

I will try to cover the Angular part of the question.

2FA is not available in password flow. You will need to use code flow authentication and, when you do that, the MVC login is used instead of Angular login. Therefore, customizations has to be made on the MVC login page.

उत्तर

Hi @bqabani,

This sometimes happens when you have multiple versions of same package installed (due to updating an existing project).

Could you please try the following steps:

  • Remove node_modules folder
  • Remove yarn.lock (or package-lock.json)
  • Check if all volo and abp packages are v4.0.2 in package.json
  • Re-install all packages

Thanks.

उत्तर

Hi @huy.quan,

This is not a bug. Please set this.list.maxResultCount in constructor instead.

I will check and add this to documentation if it's missing.

Have a nice day.

उत्तर

Hi @huy.quan,

This is an old blog post. PrimeNG components were removed before v2 release. Built-in modules use NgBootstrap (with NgxDatatable and a few NgZorro components) now.

उत्तर

Hi @huy.quan,

Thank you for informing us about the bug with advanced filters. This PR fixes it (will be available as of v4.0.1): https://github.com/abpframework/abp/pull/6605

Where did you read about PrimeNG? I don't think we have anything about it.

उत्तर

Hi arifharsono,

This is not directly about ABP Framework, but I'll try to help.

You have two options:

  1. You can change the function bound to getFn and do some mapping with RxJS operators.

Here is the type signature of getFn:

getFn: (params: ABP.PageQueryParams) => Observable<ABP.PagedResponse<any>>;

You can bind a custom function and send the rukunTetangaId with the request. You can get it from the form property, like this: this.form.value.rukunTetangaId

  1. You can use a custom <select>.

Please let me know if this answers your question.

Have a nice day.

उत्तर

Hi edelivery,

The type has changed. Please use IdentityUserDto instead of Identity.UserItem. You can import it from @volo/abp.ng.identity. Docs are going to be updated soon.

Hi,

Customization of these components are limited to replacing them with new components. Moving them around the page is not available. You can replace login component completely. Please check component replacement document for details.

An important note: As of v4, the Angular UI has no login page at all. It uses the MVC login page. So, replacing login component may prove redundant, if you are planning to upgrade.

Please let me know if this answers your question.

Have a nice day.

उत्तर

Hi,

The aforementioned issue is closed now. Please check the localization document for implementation details.

I am closing the issue. Please feel free to reopen it if it is not resolved for you.

Have a nice day.

Hi @GregB,

There is no relationship between those two.

https://docs.abp.io/en/abp/latest/UI/Angular/Service-Proxies https://docs.abp.io/en/abp/latest/UI/Angular/PWA-Configuration

107 प्रविष्टियों में 21 से 30 दिखा रहा है
Made with ❤️ on ABP v8.2.0-preview Updated on मार्च 25, 2024, 15:11