how can ı add modals, for example add-user or add target buttons in projects/project.html running, but thats modals not run on angular project. how to integration them on my angular project. in addition, I read modals section in yours angular documentation but its not enough.
i want show or hide depending which component is currently opened.suppose open dashboard that time i don't want to show aside but when i open the other component like profile or etc then i want show aside then how to do that in angular ?
I'm trying to use this checkbox toggle switch with Angular. https://preview.keenthemes.com/metronic/demo1/crud/forms/controls/switch.html I am importing individual pieces of the metronic theme, I see the styles, but when I click it, it doesnt change. What needs to be included to see the switch...
Hello I have done as you said in the documentationhttps://preview.keenthemes.com/metronic8/angular/docs/quick-startcd angular/demo1npm clear cache --forcenpm install --legacy-peer-depsng serveand then in the http://localhost:4200/auth/login , the web page show correctly, but when I e...
Hello, can you tell me please why angular theme is different and i cant use html classes inside, to change it.Example:1. HTML Left aside bar has classes: app-sidebar flex-column2. Angular Left aside bar classes: aside aside-light aside-hover...
After purchased the theme, I see many thigns are missing in Angualr version, quite upset with this. incomplete theme I can say is their possibility to plug in and full fill all the missing parts
Hello I'm seeing this from the HTML template: https://preview.keenthemes.com/html/metronic/docs/general/jkanban/overviewSo 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?
Hiim 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. promisReactionJobThank youChrisPlease provide a link to a minimal reproduction of the bugWill 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...
Helloi'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...