Hi, I see that I can change the import in the styles.scss from dark to light, but that requires a recompilation in Angular.How can I implement this from a toggle, say the user wants to switch from light to dark theme, or vice versa using a toggle button in the UI?I did follow along with the...
Hi, we're in the process of building a CRM application and we're contemplating the purchase of a Metronic theme. I have the following questions:1. We want to sell the CRM application to our clients. Which license if appropriate for us?2. We have hired an agency to develop the CRM application...
DrawerComponent.ts contains static method handleDismiss().It is used for external drawer toggle handler.There is compiler ignored line there:/* @ts-ignore */const element = this.closest('[data-kt-drawer="true"]')this refers to class, and not to an instance of it, so closest does not exis...
Hello,I'm from a company who's using Metronic from older versions.We are moving our front tech to Angular.Does anyone know if there is compatibilty issues when using PrimeNg components within a Metronic Angular template ?Thank you for your answers !Alain
I am not able to find the code for DataTables in Metronic themes. In angular, I saw 6 demos but not able to find the template having DataTables?Please help me out in finding the code.
Hi, form select control doesn't show with proper design. Is there any js script initialization required to make it work? How can I fix this in the angular project? Please have a look at the below screenshots:https://ibb.co/7NRx128https://ibb.co/FWfzzpL
Hi,I have updated Angular to version 16 and now I have this error when running the serverUndefined variable. ╷88 │ --#{$prefix}tooltip-box-shadow: #{$tooltip-box-shadow-dark}; │ ^^^^^^^^^^^^^^^^^^^^^^^^ ╵Undefined variable. ╷...
Hi There,https://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469Our team interested to purchase the metronic template however we have few doubts on this.Question:a.) Does the amount of $49 comes with all the features as mentioned or need to pay additional ch...
Hello Team,Thank you for this amazing template.I would prefer a video tutorial on how to integrate Angular with Tailwind, as it would make the process clearer for everyone.
hello,in angular version i want to keep the toolbar set to reports by default (right now i go to builder and set it from there each time) and only want to show it in dashboard and selected pages, but its showing in all of my pages.can you help me here? which service have the settings for toolb...
Hi ! I want to change toolbar display in spesific page in Angular . For example i want to dont toolbar show in /contactprofile page how can i do this how can i configure layout items?Thanks.
I'm using the datatables component, I removed the jquery css file from angular.json because I want to use the style presented in the preview, but it's not working. It has no css at all. Am I missing something?
Hello! I'm trying the 'system' theme in the Angular demos but it always uses the dark theme even though my OS (Windows 11) is set to the light theme. The HTML demos do work well. Demo Url: https://preview.keenthemes.com/metronic8/angular/demo1/dashboard
Guys I just noticed that on https://preview.keenthemes.com/metronic8/demo3/index.html in the html version, when the items are expanded, if needed a scroll is added, same is not happening on angular version. Can you help me fixing that ?Regards, Felipe
The dropdown menu (dataKtMenu) does not work in my Angular Metronic v8.1.5 project when I add "redirect" to the content of the dropdown menu component. When you go to other page with "Routing". The drop-down menu is still active, appearing on the other page even though it should be closed. W...
Hello, I am working in the angular version of metronic 8 and have downloaded latest version as well.When I ran the npm outdated, it shows following packages needs to be updated. Hence, Should I update it or not? will it break anything in the dashboard or not? I was trying...
Good day, the problem is that I make a get request, the data comes slowly and they do not have time to load together with the template, and the variable having a new value does not update it in the template. And this happens only in metronic 8 (as a confirmation, a link to the code that shows what I...