Activities of "ssba_w"

So how i can install the UI additional package of this module to my Angular ?

The package id is @volo/abp.ng.payment, you can refer the document: https://docs.abp.io/en/abp/4.4/UI/Angular/Feature-Libraries

Same problem is in App Template...

I will check it.

After installing payment Angular UI with yarn add @abp/ng.identity command and adding module PaymentAdminConfigModule.forRoot()

And add Routing

  {
    path: "payments",
    loadChildren: () =>
      import("@volo/abp.ng.payment/admin").then((m) => m.PaymentAdminModule.forLazy()),
  }

We reseive followin errors Cannot find module '../../../../../dist/payment/volo-abp.ng.payment' or its corresponding type declarations.

How can we fix it ? If there is more module import / routings that we have to add ? We cannot find any info about it.

Showing 1 to 1 of 1 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11