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