coreui-free-angular-admin-template
coreui-free-angular-admin-template copied to clipboard
CoreUI Angular is free Angular 17 admin template based on Bootstrap 5
Downloaded CoreUI 4.1.0 Free Theme from the official website. I am getting these errors while running the app. ``` Build at: 2022-08-13T14:24:09.523Z - Hash: 0bfe255cbc2abf2e - Time: 756ms ./src/main.ts -...
I have issue here I need when open menu group item others collapsed
OS: Windows 10 Browser: Chrome & Edge Test case: In demo link - https://coreui.io/demos/angular/4.1/free/#/base/tooltips When the tooltip is shown for the first time, the elements next to it flicker. Another...
Hello, We are thinking about using CoreUI Free Angular Template for UI/UX application that will have a backend that is developed in-house, but Licensing models are getting us confused. The...
Hi, I have an arabic font that i want to use if the direction of page changes from ltr to rtl. How to add this font and how i can...
Shows better in mobile if remove `[ngStyle]="{'width.%': 44}` (Desktop dimensions Considered) Please see here Before :  After :  After (Desktop) : 
Hi, I know v2 in not supported, but with angular 16 we can't use viewEngine libraries. That's why we need to replace it with ngx-scrollbar. I've only one issue: when...
When creating a custom component I'm trying to change the color according to the theme. In this case, I'm curious how to specify each theme. I would appreciate it if...
Modals were not showing, only the backdrop. I had to set the following styles to make them show: .modal { display: none !important; } .modal.show { display: block !important; }...