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-LibrariesSame 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.
All insatlations and module managments done via ABP Suite