Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Tag: Angular (526)

i followed the same as per this linkhttps://preview.keenthemes.com/metronic8/angular/docs/breadcrumb-servicebut its conflicting with the ScriptsInitComponent.initPageInfo() where its trying to recalculate the page title again this.pageInfo.calculateTitle();and the page title is getting upd...
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 have an extension folder with an images path to put all my custom icons, but inlineSVG does not work when I refer to my SVGS. They do not load at all. When I put it inside the metronic assets folder they load fine. Is there a predefined URL set by the module somewhere? I would like to use my o...
Good morning, please I need your help to download the version of the theme that is in this urlhttps://preview.keenthemes.com/metronic/demo1/index.htmlWhen I download I get another version of the theme, please help, since I really like this version and I need to integrate it into my project tha...
hi there,i would like to know is there Metronic do support or already have such as workflow nodes?like in the below linkhttps://nodered.org/https://github.com/joelvh/flowy-engine/tree/master#import-the-flowchart-datahttps://www.npmjs.com/package/@elsa-workflows/elsa-workflow-designer...
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...
In Angular Metronic v8.1.5 version, the app-user-inner component in the nav-bar component designed for mobile use comes empty. For this reason, it cannot be logged out in mobile use. I am waiting for help for this, thank you in advance.
hi!i'm using metronic angular with ionic. I connected to my wep abi login page.I works fine. I wanted to take loggend user's id or token etc. on a page. could you write me a simple expample code.I wrote like this ngOnInit(): void { this.bindTickets(); this.user$ = this.auth.curr...
Something is not quite right with my dark mode. I have made 0 adjustments to theme css. On latest version :
How can I change the login layout to creative layout in Angular?
is there any startup project file with out components a clean architecture to start with my project ?? for angular demo2
I'm trying to use the ng-bootstrep datapiker in demo 2 of angular, I can not position the same, always comes on top of the input, how to solve this?can help me.I looked at your theme in HTML demo2, very good, but I also could not insert the datapiker theme htmol demo 2 in angular 16 demo 2,...
I notice the tooltip and separator is not working in angular.The base angular original bundle is working. But in my local is not working
hi there,i would like to know how the below active menu css works[ngClass]="calculateMenuItemCssClass('/project')">Lets say i have created menu as like belowApps - Projects - Workflow - List - Component - Generate File...
Everything ive tried to do to implement my package has failed. All i can do is install old packages, and some I cant even get to work. for example: import {} from '@types/googlemaps';Is not able to work with it. every single time I try to make it in my project i get this: npm E...
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.
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...
The command ng build --prod its not working, it gave me the Error: Unknown argument: prodI want to use it because I want to have the AOT to be optimized. So right now I'm testing for first time the build option and I face this
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.
hi,I am getting below error in my angular metronic project. What would be the solution for that !Do I have to set core theme ?if yes, Will it change the default look and feel of metronic ?src_app__metronic_layout_layout_module_ts.js:1 Could not find Angular Material core theme. Most...
I have a component that contains a modal. The template complains that "The event onDismiss is not emitted by any applicable directives nor by app-modal element.The component code relevant import looks like so:import {ModalComponent, ModalConfig} from "../../../../_metronic/partials";