How i can create Bulk user and user record should be commited in DB without waiting for transaction to complete.
Hello Anjali, Sorry but i couldn't follow your instructions. Do you have some simple step document or sample where
How we can use secure DB connection string as currently it is plain text string in setting file.
ABP Framework version: v4.2.2 UI Type: Angular Database System: EF Core (SQL Server) Tiered (for MVC) or Auth Server Separated (for Angular): yes
I hope you're having a good day. I'm just facing the following issue.
So I'm trying to use the abp-modal element as follows:
<abp-modal [(visible)]="isModalOpen" [busy]="isModalBusy" [size]="modalSize" id="myModal" (disappear)="onClose()" [options]="ngModalOptions">
None of the attributes are throwing an error except [options]
. It's throwing the following error: Can't bind to 'options' since it isn't a known property of 'abp-modal'.
So I'm not sure why only this attribute is throwing an error while everything else is recognized and working fine.
Thank you!
Well I'm just trying to use the abp-modal element as follows:
<abp-modal [(visible)]="isModalOpen" [busy]="isModalBusy" [size]="modalSize" id="myModal" (disappear)="onClose()" [options]="ngModalOptions">
None of the other attributes are throwing an error. Only [options]
is throwing the following error: Can't bind to 'options' since it isn't a known property of 'abp-modal'.
So I'm not sure why only this attribute is throwing an error while everything else is recognized and working fine.
ABP Framework version: v4.2.2 UI Type: Angular Database System: EF Core (SQL Server) Tiered (for MVC) or Auth Server Separated (for Angular): yes
I have the following line in my html code:
<abp-modal [options]="ngModalOptions">
However, I get the following error: Can't bind to 'options' since it isn't a known property of 'abp-modal'.
How come it's not being recognized? Is it because of our ABP version?
Thank you!
NP. I got the solution.
How i can get the Auth token in the "*.Application" module class for every request?
Hi Team, How we can achieve Data Audit to make sure if any record get modified we can view previous data record and can compare with current data.