Hello,
This seems to be a bug. I've created an issue to fix this. It'll be fixed in the next patch release.
Hello,
The size
input of the abp-modal
was deprecated and has been removed since v5. Related issue
You need to pass your size as follows:
<abp-modal [options]="{size: 'xl'}">
The options
input accepts an object type of NgbModalOptions
No problem :)
Have a good one Bunyamin
Hello,
You can follow the instructions in the docs
Hello,
We've been working on a new version of the Lepton Theme called LeptonX. We've released an alpha version for it that works with ABP v4. You can read more about it here
We are working on a beta version that soon will be released.
You can develop your own theme. The ABP packages use bootstrap components internally so even if you develop your theme with some other framework like Material, you'd still need to style our internal components to make it look good with your theme.
Please refer to the docs
If you could override the existing endpoint and add new a parameter, then you could do the following on the angular side:
...
action: data => {
const tenantComponent = data.getInjected(TenantsComponent);
tenantComponent.filters['tenanttype'] = '1';
}
This way, it'll be independent of the search field.
Hello,
If you can download the source code, you can add it to your project and customize it as you see fit.
If you do not have access to the source code, you can replace the chat component with 'Chat.ChatComponent'
. For more details, please refer to the docs
Can you check the abp
and volo
packages from node_modules? You still might not be using v5. It looks fine for me when I run the project. Also, your credit is refunded. Thanks for reporting this issue.
It seems that there is a bug with Suite which doesn't update angular dependencies. Could you try to update the angular packages to v5.0.0? You can update any package starting with @abp
and @volo
.
It seems that ngbDropdownMenu
directive is missing from<div class="dropdown-menu">
. If you add it, it should open.