Estimado equipo de KeenIcons,Espero que este mensaje los encuentre bien. Me dirijo a ustedes con una petición amable para la incorporación de un nuevo icono a su fantástica librería KeenIcons.El icono que desearía proponer es un simple y versátil cuadrado ("square"). Considero que un icono d...
I have just purchased this, and attempted to do npm install. dependency problems : npm ERR! Found: @angular/common@12.1.5npm ERR! node_modules/@angular/commonnpm ERR! @angular/common@"~12.1.2" from the root projectnpm ERR!npm ERR! Could not resolve dependency:npm ERR! peer @angular/com...
I want to use the 'app-dropdown-menu1' component in a component linked to the module I recently created. However, even though there is no error, the dropdown is not functioning. I will write the HTML file of the component and the import sections of the module file for the component I'm using. Can yo...
Hello,Can you make metronic theme usable with PrimeNG and NXG-Bootstrap (DateTime component).PrimeNG theme is not compatible with metronic especially dark theme. Also, if you theme primeng you could use it for primeface components also. I mean for react vue js and othersAlso NGX-Bootstrap...
➜ Local: http://localhost:00/ X [ERROR] Failed to resolve entry for package "http". The package may have incorrect main/module/exports specified in its package.json. [plugin vite:dep-pre-bundle]...
When I switch to dark theme in Angular Metronic v8.1.5 version, metronic components change colour for dark mode, but since I use design libraries such as angular material, bootstrap, primeNG etc. in my project, naturally when I switch to dark mode, the components I add from this design library do no...
How do I use StepperComponent from _StepperComponent.ts file in Angular project.I copied this from html documentation and tried to make use of it, but couldn't make it work, couldn't find docs with anything other than html.
I have made a purchased for the metronic and I got version 8.1.7 instead of 8.1.8I download the demo1 for angular.The name of the zip file downloaded is metronic_angular_v8.1.8_demo1.zipThe source code does not content components the same as the demo. So I am wondering wha...
When we can expenct internal pages like other version,HTML has lots of pages but angular does not have any.We need some pages likeCustomers Listing (Vue) Or User Management (React)How we can implement those pages in angular
I am using METRONIC 8 DEMO 2 (SAAS application) theme. I have created a new service and added an HTTP method to call the APIs. When subscribing to the API response in component.ts inside ngOnInit, I am not getting the exact behavior like angular. Expected Behaviour: When subscribing the data i...
Hello,First of all congratulations for the great work on Metronic.I'm using the Demo 1 version of Angular, and I would like to know if it's possible for you to add a dynamic configuration for the aside menu in which it was only necessary to add an array with items with the title, translation, pa...
There's an error in the docs at https://preview.keenthemes.com/metronic8/angular/docs/quick-start - the command for clearing the cache should be npm cache clear --force.
Hi.Route information : http://root.localhost:4200/contactprofile/2/overviewComponents : ContactProfileComponent,OverviewComponenthere when i go a spesific profile the router automaticly routing to child overview component in contact profile. I used data-kt-menu in overview component.
Hi,I have a lot of errors with Metronic 9 & Angular 18 on the last step :import { Component, OnInit } from '@angular/core';import { RouterOutlet } from '@angular/router';import { HTTP_INTERCEPTORS } from '@angular/common/http';import { TokenInterceptorService } from './core/auth/t...
Not sure how did this happen but:getProp(path: string, config?: ILayout): string | boolean | undefined | Object { if (config) { return objectPath.get(config, path); } return objectPath.get(this.layoutConfigSubject.value, path); }This makes the code u...
hello, i'm using metronic8 angular and trying to use widget-27 from demo 50 inside angular component and get error KTUtil is not defined["Uncaught ReferenceError: KTUtil is not defined"]and added scripts files in angular.json ["src/assets/plugins.bundle.js", "src/assets/script.bundle...