Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

Tag: Angular (655)

Hi,I ran into an issue that I'd like to share with you.I also found a related discussion on GitHub: https://github.com/keenthemes/metronic-tailwind-html-integration/issues/4I experienced the same problem and left a comment there with the solution that worked for me. demo1.js:63...
This is what I do: Remove the folders:src/app/_metronic/partials/layout/engagesRemove the export in src/app/_metronic/partials/index.tsexport * from './layout/engages/engages.module';Remove in the:src/app/_metronic/layout/layout.component.htmlRemove...
8.1.1 had an option in the layout builder to stretch the component width full screen instead of fixed width. How can I accomplish the same with 8.1.2?
hi There I am using Metronic 8 angular recently purchased.According to this docshttps://preview.keenthemes.com/metronic8/react/docs/docs/breadcrumb#
I've purchased and used metronic since metronic 6 for Angular project. I notice that for Metronic 8 (Angular) Demo 1 did not provide full example and functionality as Metronic 8 (HTML) Demo 1. Can i have the full source code as Metronic (HTML) Demo 1 for Angular? There is alot of component missing i...
Hello,Have any plan to give all pages in Angular -Demo 1 which have in HTML - Demo 1 ?
Ive been trying to look for where is it that it is restricting me from accessing the dashboard if im not logged in. Need to make some mods to it. And adjust to my google login. Thank you.
Hello. I bought the template to use it in Angular, but the components of the "Project" tab are missing, which are the ones I need to use. Please can you tell me how to get to these and use them in my Angular project?
Hello team,I am currently in the process of migrating my application from Angular 8 to Angular 17. My project uses Metronic Angular 8, and it's a large-scale application.I successfully updated Angular from version 8 to version 15, but while upgrading to version 16, I encountered the followin...
Hello,I am using Metronic's Angular latest version V8.2.5.I'm currently in the process of implementing a custom user-inner dropdown component within the navbar component of my application. However, I've encountered an issue with the behavior of the data-kt-menu-trigger attribute. Specifically, w...
How i can use the accordion component in angular version need to make component like that+ Requirements List - item #1 - item #2 - item #3 - item #4and this menu is collapsible
Hi...Actually we want below mentioned page code.https://preview.keenthemes.com/metronic8/demo1/apps/projects/list.htmlafter open this page click on Create Button. we need code of this page. also Please share full dome package.Thanks for Answer.
We use a framework called AspNetZero. Its front-end is based on the Metronic theme and uses the generated css bundles from from metronic (likely the Html generated bundles).We have been modifying the theme and styles from Metronic's Angular Demo 1. I have modified the styles in `angular.json` to...
When we create a new module in angular version, the content page looks like smaller than if we use other pre build modules, can you help me finding an solution for this?Pre-build:Module created:
Hi everyone,I'm working on an Angular (v18.2.11) project using Metronic v9.1.1, and I'm having trouble getting the datatable component to display correctly. I'm following the documentation here, but the styling in my application doesn't match the demo or the component overview. Specifically, the...
Hello,Is there a way to give to the datatable an array of data? Also is there a way to attach to sort/pagination events before they are executed?I am trying to use the datatable from here: https://keenthemes.com/metronic/tailwind/docs/components/datatableangular v18.2.11metronic v9...
Is there a way for the component in angular to just re-render itself with the correct selected mode without a reload?I was following this questions https://devs.keenthemes.com/question/switch-between-light-and-dark-mode-without-reloading-page-with-angular-templatebut it did not workI a...
Hello,We are having problem on toggling sidebar in Angular version of your theme. Once we click on "kt_app_sidebar_toggle" element, we expect sidebar to toggle into minimum position. But it happens only after we move mouse out of element "kt_app_sidebar_toggle". On the other side, expected bahav...
Hello,content-wise, are there any differences from default HTML version if I am going to use Angular version? For example Datatables plugin seem to be missing on Angular. Are the plugins and content differences only matter of demo preview or whole version?Thank you
Hello, I used your theme in my project, and my project was initially based on Angular version 15. However, I recently decided to upgrade Angular from version 15 to version 17, and I noticed that you also added an update for that same version.I successfully upgraded the Angular version, adjusted...