coreui-free-angular-admin-template icon indicating copy to clipboard operation
coreui-free-angular-admin-template copied to clipboard

CoreUI Angular is free Angular 17 admin template based on Bootstrap 5

Results 14 coreui-free-angular-admin-template issues
Sort by recently updated
recently updated
newest added

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

no-issue-activity

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 : ![Before](https://user-images.githubusercontent.com/10775073/184621650-f73532f1-36f8-4535-9457-24ce0eda3c03.jpg) After : ![after](https://user-images.githubusercontent.com/10775073/184621686-8b0a4e24-02de-45f5-884b-d5a1c686865c.jpg) After (Desktop) : ![afterDesktop](https://user-images.githubusercontent.com/10775073/184622474-f82e6def-c8bc-4da8-8814-b7d15c9fe1b2.jpg)

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; }...