Hello KeenThemes team,I am working with Metronic v9 for Angular and would like to use PNPM instead of NPM for package management. My goal is to optimize workspace dependencies and speed up installations.Is there any recommended way to set up PNPM specifically for the Tailwind and Bootstrap v...
I purchased the metronic theme, and I can’t seem to find all of the content advertised. In fact, what I received in the download is a fraction of what was advertised. Im looking at the angular files. Can someone tell me how to access the files for the create a project modal wizard, the school da...
Hi team,I got this error when running the app after integrating the Metronic v9 into my Angular project.This is the stack trace:```window is not defined at eval (~/Workspace/myproject/src/metronic/core/index.ts:106:1) at async instantiateModule (file:///~/Workspace/myproject/node_...
Hello I'm having issues with my metronic app, I'm trying to export it with CapacitorJS to iOS and Android but.. the new phones has some notch and right now just using the browser you want to use 100% of the nav viewport but using native apps (capacitorJs) you dont want the 100% because you have issu...
I am working on a angular project and want only some part of the metronics theme like dashboard, datatables and charts, so i want that only a particluar html and css code but when i look for css, it is not a easy task to get only the particular piece of code, without the unnecessary code. Please h...
Que tal he comprado Metronic Tailwind y me encantaría tener la versión de Angular ya que se manejar mas ahí, cuanto tiempo mas tendré que esperar para tenerlo?
Breadcrumbs do not work on the latest version of Metronic on Angular, can anyone help? no kt_header_menu exists in the application, when I look into page-info.service.ts
Hello, I found an error in your Angular 1 demo and I would like to know if you can help me to correct this bug which is very annoying.The bug to reproduce is the following:Step 1. login to demo - Ok statusStep 2. I click on the user button, a menu appears where my profile appears among other...
Hi, I had seen KTPasswordMeter is being used in HTML demos. While in the Angular demo there is a component named - PasswordMeterComponent.Now would you please tell, me how to use PasswordMeterComponent on the Angular signup page? I wouldn't like to use it as a global script. Any doc on Passw...
I've tried many times follow the instruction in the Documentation - Integration guide: https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/frontend/angularBut all the time I cannot run angular-tailwind, because when I run ng serve, I've got many warnings like this:Appl...
How to pass prefetched Data to DataTable, instead of using apiEndpoint?const apiUrl = 'https://yourapirul';const element = document.querySelector('#kt_remote_table');const dataTableOptions = {apiEndpoint: apiUrl, //want to avoid this approach, and pass the Data directlypageSiz...
Hi,this code is not work from metronic, any one can guide us for solve this problem.I have light and dark theme files and mentioned in angular.json file as below:"styles": [ "src/styles.scss", { "input": "src/styles/themes/light.theme.scss", "bundleName": "lig...
I copied the HTML of the apps menu from the browser but it's not working. Is there any guide related to working with menu in angular? I think I am not able to initialize the menu properly.I am using metronic themes.
I extracted the demo1 project and when i tried to npm install or npm install --legacy-peer-deps i had errors regarding Conflicting peer dependency: @angular/common@16.2.12npm ERR! node_modules/@angular/commonnpm ERR! peer @angular/common@"^14.0.0 || ^15.0.0 || ^16.0.0" from @sweetalert2/ngx-sw...
Hello!The company I work for recently purchased your template. However, I'm encountering some difficulty getting it to function properly. I'm receiving the following error message:--> npm install --legacy-peer-depsC:\Repo\template\angular\metronic_angular_v8.2.5_demo1\node_modules\nx\src\n...
im having table with the personalization of the ajax table in the standard metronic template for angular.this is how i personalized the datatableConfig in my component: this.datatableConfig = { serverSide: false, autoWidth: true, lengthChange: true, pageLength: 10,...