Dear Metronic Support,
I am integrating the invoice creation feature from the Metronic HTML template into the Metronic Angular template. Specifically, I aim to replicate the functionality for line item amount and total amount calculations, as demonstrated in the HTML template. Could you guide me...
Hello I'm seeing this from the HTML template: https://preview.keenthemes.com/html/metronic/docs/general/jkanban/overview
So I want to use it in angular, is that possible?
Dear team, we are using Metronic Dashboard and it is more than amazing! We are v7.2.9 Angular-based dashboard (NgBootstrap) and would like to add Calendar component.
What would be the best approach to do so, since there is no Calendar component in our version?
Hi
im trying to use KTBlockUI in angular demo, I executed this code but it gives me an error which the liberary is not defined?
var target = document.querySelector('#blockme');
var blockUI = new KTBlockUI(target);
blockUI.block();
Updated from Metronic 7.0.4 Angular 9.1.3 to Metronic 8.1..4 Angular 14.0.0.
App works fine on windows PC. on IOS, safari & chrome - app will not open - unexpected eof on polyfills. promisReactionJob
Thank you
Chris
Please provide a link to a minimal reproduction of the bug
Will not load...
Dear,
Thank you for your effort in building the beautiful theme Metronic,
Kindly I need to build website with RTL & LTR
Can you guide me how to implement it
thank you
I was using Metronic 7 bundled with AspNetZero.
Today, I bought Metronic 8 Angular demo1 and wanting to see the possibility of upgrade. After kicking up the downloaded package and the first thing I tried was to hide the side-bar by clicking the toggle button. Surprisingly it is not working (hon...
I want to make sidebars in routing in angular like below
path: '', component: MollitMngComponent,
children: [
{
path: 'AccOvrw',
component: MngAccOvrwComponent,
children: [
{
path: '',
outlet: 'MollitSideCont',...
Hello,
I have a Aside Menu with the following Display, Fixed, Minimize and Minimized configs set to true.
When the Aside Menu is minimized, the arrow (toogle aside icon) is represented backwards. It should be facing right, but it's facing left. Can you explain how to solve this bug please?
Than...
Hello
i'm using Metronic dahsboard Original (the angular version)
i want to hide the header for the desktop view so i get more space as i only need the side bar and the app-content containner
if i comment all the it will work but it not show sidebar_mobile_toggle...
Hi,
I am trying to use sweet alert and toastr in the angular example. However, I do not understand how to toggle a toastr or a sweet alert in a component. Can anybody help me by showing and example?
Thanks in advance
There's a bug in angular version within _StickyComponents.ts (src/app/_metronic/kt/components/_StickyComponents.ts)
In the following set of code :
private getOption = (name: string) => {
const dataStickyAttr = 'data-kt-sticky-' + name
if (this.element.hasAttribute(dataStickyAttr)...
We often get error when run npm install, maybe issue happend because any required library in this template, can you prepare starter blank template for angular.
Hi,
Recently our project utilizing Metronic went through an upgrade from Angular 7 to Angular 15, and thus we also would like to upgrade the Metronic version we use. From the release note (https://preview.keenthemes.com/metronic8/angular/docs/changelog) we can see that the last version that expli...
Hello,
The Image Input component does exist in angular theme, but I am not sure how to use in my component. Can you please provide any sample or example link of tutorial?
I am trying to make it work but not able to do it?
Can you please help me out?
Thanks in Advance.
Hello KeenThemes Team!
We have already purchased the license of seven HTML Pro theme and are considering adapting it for an Angular 13 project.
Will you offer this template directly for Angular in the nearest future? That would help us a lot.
Thanks a lot and greetings
F.
Hi,
We have facing some issues in metronic 13.2.5 the Angular demo files are not working as expected like the modal popup are not working and as expected html files and angular design are not same.
https://drive.google.com/file/d/1dPl_emgdLGSOZKyPFdCS7B8mfUFcz-Kb/view
I wants all html files...
Hello, we're working on Metronic 8.1.4, we previously worked on another project using 8.1.0 and we're noticing some differences when it comes to the layout that makes things hard for us to implement elements such as cards.
-We're using Demo1
-We created a new page, following Metronic's Document...