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

Tag: Angular (655)

Hello again,I'm trying to set the blu color on the current selected page as done here on example "Custom Demo" as well as putting the display below instead of on the top as default, how is this possible?...
Hi,do you have an example how can I use the charts with firebase data? On Metronic Angular
Hi im using metronic 8 for angular, when i define the various column is there a way to get them translated string for the language i choose?this is how i define a single column in my code: -------------------------------------- this.datatableConfig = { serverSide: true, proc...
when i import ToastrModule in app,module.tsimport { ToastrModule } from 'ngx-toastr'; imports: [ToastrModule],getting these error:-Error: node_modules/ngx-toastr/toastr/toast-noanimation.component.d.ts:49:18 - error TS2707: Generic type 'ɵɵComponentDeclaration' requires between 7 an...
Hello I would like to ask a clarification, about the location of Sidebar and the aside-menu.Where they are located in the metronic themes?Thanks in advance.Paulo
Hello Team,I have the Metronic Template which I am using to create a Angular Based Project so in that I am stuck in the designing issue in Dropdown in table.In Table the data is rendering dynamically and in that one last column have button and after clicking that button the dropdown opens so...
Is there an easy way to use the select2 from html with angular ?
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
Is there a functionality in metronic that will allow us to drag a card? reason is to have change of sorting.
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...
I'm needing the JS and CSS files for Angular version in demo 18. Are there possibilities? Thanks
Will there be a new update for the latest Angular 19 version for the Angular Metronic demo1 template? If so, is the release date known? I'm starting a new project, and if the release date is near, I would prefer to wait for it. I encountered a lot of errors after running ng update. Thank you.
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?