Open Closed

For Angular UI, Can we directly use Some component of NG-ZORRO into the pages created by suite? #1611


User avatar
0
abpVAndy created
  • ABP Framework version: v4.3.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I need to use "Cascader" and "multiple select" component in our product, angular UI. I want to use Cascader and select of NG-ZORRO. I try to add them into pages (create by suite), it does not work.

1, I try to add them directly into pages create by suite, it does not work. 2, So I try to only use NG-ZORRO component into blank page, it still not work.

More Questions 1, How about PrimeNG Component, Can we use PrimeNG Component into pages created by suite directly? 2, Do you have any other solutions for "Cascader" and "multiple select" component in Angular UI?

Thanks,


4 Answer(s)
  • User Avatar
    0
    Mehmet created

    Hi @abpVAndy

    You should import NG-ZORRO styles, please refer to NG-ZORRO importing styles document.

    See this community article to learn how to use PrimeNG components with the ABP Angular UI.

  • User Avatar
    0
    abpVAndy created

    Hi Mehmet,

    Thanks, Yes, it works now for NG Zorro.

    Another question: How about the angular UI metronic component? (like abpzero ui)

    Can we use metronic directly like ng zorro in our Angular UI product?

    thx

  • User Avatar
    0
    Mehmet created

    Can we use metronic directly like ng zorro in our Angular UI product?

    Yes. You can use any UI library with ABP framework by following its documentation. ABP Angular UI does not restrict you to use any library.

  • User Avatar
    0
    abpVAndy created

    Thx

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11