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

Exclusive Content


Hi...

I bough your template with https://themeforest.net/ and now using the angular apps.

But it seems I've have some problems setting up parcial you have on documentation, like the Rotate or Your icons... More I test, more I feel missing pieces, they are good ideias, but would like to understand why cant I, is any extra?

I also shared in other thread that I dont get auth.module is so limited and cant get default bootstrap tags (like menus dropdown), I did get a work-around, I was really just wondering how to put all your examples working happy

Thank you in advance.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (7)


Hi,

May I know which Metronic version are you using ? Are you having issues after updating to the latest Metronic version? Have you tried to use the latest v8.2.0 Angular version demo1 ?

Regards.



Good morning.

Thx for the reply happy it will spread more your good work, and I can spread to other companies... <3

I was using the demo2, yes with the latest download, 8.2. the file was named:
metronic_angular_v8.2.0_demo2.zip
but in package.json still tagged at 8.1.9... I'm also a dev, so no worries, is harder to debug! .git did warn me about new files, I thought it would be enought.

Okey, going to do some tests on demo1, I just need a good base.

Once again thank you from Portugal, I'll get back to you asap for feedback.

Best Regards



Okey to yall...

(version is also not update on package.json)
Seems Demo1 as all assets working in "backend" that is great, I can now trusts better the doc..

Still going to test bootstrap.js (since css was always there) in the auth.module, but with Angular I can inject in DOM my on dropdown-behavior...

I will try to keep working just with you (app wise), and excited to see all demos going to be stable happy

Once again thank you for your time... lets code :D



So I ran my tests... Indeed it seems more pieces are working in demo1 like
https://preview.keenthemes.com/html/metronic/docs/base/rotate
First part went smoothy, but toggle had some minor adaptations...

Major problem, that I'll work around it, is that most scripts are included in module that requires login.

canActivate: [AuthGuard],
loadChildren: () =>
import('./_metronic/layout/layout.module')

I don't think it should be so, since we can/should have public pages for legal matters (etc) so a menu could be usefull

Por example, had to add into -> auth.model
import { SharedModule } from 'src/app/_metronic/shared/shared.module';
to get stuff like
app-keenicon name="abstract-14" class="fs-1" /app-keenicon
(indeed in demo1 just html i class="ki-duotone ki-wrench fs-2x" works, something in demo2 doesnt)

In demo2 since using svg, had to import
import { InlineSVGModule } from 'ng-inline-svg-2';


Has was trying to explain... he get alot on limitation on the public part (auth module)... so even I use:
https://preview.keenthemes.com/html/metronic/docs/general/menu/advanced

clicks/hovers dont work...
If I add on Auth.component.ts ngOnInit{ MenuComponent.bootstrap(); }
Works fines, but after login most all clicks are off. If I refresh site, all good.

I think that's it, going to code... see you later happy



Hi Carlos,

Thank you for your feedback and your kind words. We truly appreciate your support.

Regarding the version inconsistency you mentioned in the package.json file for the "demo2", we apologize for any confusion this may have caused. Your understanding is much appreciated. We'll ensure that version information is accurate in future releases.

It's great to hear that you're finding Demo1 to be a good base and that you're planning to work with it. Your testing and feedback are invaluable in helping us improve our products.

We will be updating Demo2, along with other demos, to ensure the consistent use of KeenIcons throughout the Metronic theme. Thank you for bringing this to our attention.

Regarding the issue with clicks and hovers not working as expected, especially after login, we apologize for any inconvenience. Your input is noted, and we'll work to address this issue.

Thank you for your time and dedication to our products. If you have any more questions or feedback in the future, please don't hesitate to reach out.

Thank you



I do have to be polite, and say thank you for the time...

2 main ideias:
1) yes demo have a lot of inconsistencies, that can be understandable and mostly fixed
2) and more important... I dont think you should compile everything under LayoutModule! this would allow a front end to be built too (or an API token to coexist).

I have some client time to respect, but my next time, I'll probably remove the app-inner-user, and I'm sure I could unguard the LayoutModule...

PS.. I did manage to work around your logic, route is no longer auth but language prefix ;) login in by modal

Letz go code happy



Thank you for taking the time to share your thoughts and suggestions with us. Your feedback is greatly appreciated.

We have noted your feedback regarding the inconsistencies in the demo and the structure of the LayoutModule. We understand your concerns, and we will certainly take them into consideration for future updates to improve the user experience.

If, for any reason, Metronic Angular does not fully meet your project requirements, we want to ensure your satisfaction. You have the option to request a refund through the Themeforest Refund Form, which you can access here https://themeforest.net/refund_requests/new. We offer a 100% money-back guarantee.

If you have any further questions or need additional assistance, please do not hesitate to reach out.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(