Activities of "Mehmet"

Answer

Please take a look at this comment. It seems the same problem.

Answer

Hi,

Can you share tsconfig.json content with me? Is the tsconfig.prod.json file available in your project?

Hi wai

Have you seen the web application development tutotial? This covers creating a new module and including that to the app.

If you want to create a separated module for using that more than one Angular app, you can create a module solution. Please see the module template details: https://docs.abp.io/en/abp/4.3/Startup-Templates/Module

If you still have any questions after looking through these documents, please ask them in detail.

We are still considering this. I will inform you about the progress as soon as possible.

Hi,

The problem has been resolved. You can see the PR. You can update your app to v4.3.0-rc or wait for until the v4.3.0 stable version is released to update. I am closing the question. If you will encounter any problems after the updating, please let me know.

Hi,

We've implemented the reCAPTCHA to account public module. It can be used in v4.3. You can enable it by adding your configuration in Settings > Account > Captcha.

Since you did not replace a component and there is no problem in the app.module.ts file, I don't expect another problem. Test your app when v4.3-rc is released. If any problem occurs, please let me know.

We've fixed the problem but I am trying to figure out if there is any other problem. Did you replace any components in ThemeLeptonModule? If your answer yes, which components are they?

Hi @jliu

You can change the ListService defaults like this:

  constructor(
    private bookService: BookService,
  ) {
    // change ListService defaults here
    this.list.maxResultCount = 20;
  }

You can achive this by changing the maxResultCount variable of the ListService. See the Working with Lists document for more information.

If you are not using the ListService, you can see the ngx-datatable paging examples.

This seems to be a workaround also in my case.

Yes. Unfortunately we can't do anything about that. Because the problem related to angular-oauth2-oidc package. I will let you know if we find a good solution

Showing 71 to 80 of 258 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30