Discussion on Fuse - Angular Admin Template

Discussion on Fuse - Angular Admin Template

By
Cart 25,811 sales
Well Documented

srcn supports this item

Supported

This author's response time can be up to 2 business days.

1562 comments found.

Hello Team, I added the material tables, there is a bug in change detection. when new data is added into my array until I made some user action on the screen the changes are not reflected. Similar kind of problem happened in the theme team component. I made the team component dynamic calling my endpoint to get Realtime data. Unfortunately, I need to make some action to get the data reflected. Any suggestions to fix this problem?

This looks like a Change Detection issue. There isn’t much we can do about this issue since it’s originates from your own code.

We do not give support for custom code bases and issues that may arise from them.

Cheers

migration from Angular version 6 to @angular/core version 7.2.16 and migrating your Fuse theme code to flex-layout version 7.0.0-beta.24. However, I’m encounter error which I shared.

Export observableMedia not found. can’t resolve ng2-dragula,ng2-file-upload

It’s not possible to upgrade from that version. Fuse versions are totally incompatible and we had a complete rewrite at some point.

You need to get the latest version of Fuse and then migrate your app on top of it. That’s the only way.

Cheers

is it possible to upgrade to angular 9 atlest ??

You should be able to update to Angular 11 with the old design version of Fuse.

If you have access to our Github repo, you can get the v11.0.0 of Fuse from the Releases tab and upgrade to that version.

I am waiting for Angular 16 update for Fuse for purchase! can you please let me know ETA

We will release the update when it’s ready.

Angular 16 is out and i will start a new project with this new version, when you will update this project to support Angular 16?

We will release the update when it’s ready.

​Hello Fuse team. I bought your theme time ago because i like it so much, Now i’m going to use your theme on a project but i need to do UI design first based on your theme so i’m asking if you are provided an Adobe XD or Figma file so i can prepare the design first before the development process.

Regards,

Hello,

We currently don’t have any design files since Fuse has been designed directly in the browser. We do have plans for releasing a Figms file but currently have no ETA for it.

Cheers

Hello there! Do you realise the left and right margins of Fuse Dialogue (especially when it’s not used as just Confirmation Dialogue) is a waste of space on Mobile devices? The margins make the Dialogue so tiny on mobile.

Another thing about this Dialogue is that you can’t see the entire content when you scroll down on mobile view.

Can you please look into it?

Especially look at Mailbox > Compose

Thank you for your time and heads up but please don’t forget that Fuse is a theme. Everyone has different needs and different expectations and answering all of them is simply impossible.

You should think Fuse as your starting point and not a out-of-box solution. You need to adjust it for your needs and your user base.

Cheers

Indeed! Thanks

I am very satisifed with the theme, however, I really hope your team are able to continue improving it and staying on top of best practice as new features are introduced to Angular.

I will make the case for one such feature—Angular Signals. Personally, I have never really liked Zone.js way of monkey patching all event types. Because of it, I was forced to move to React for one of my project requirements just to get better state management.

I really really hope that Zone.js will be replaced in the template as soon as there is a stable version.

What do you think?

Once signals and other new features become stable, we will update Fuse.

We always keep Fuse up-to-date.

That sounds great, looking forward to it and really appreciate if Fuse could implement signals as soon as it has becomes stable. I guess it will still be a while but, once it does, there is no doubt in my mind this will play out well for Angular from performance aspects (huge improvement compared to Zone.js, which is a big pain point with Angular for me) but also about a mental model point of view that would help me avoid a lot of hair pulling and prevent unexpected bugs with the change detection.

I understand it will be an effort for your team to rebuild the Fuse theme using signals (seeing as Fuse uses mostly push) so that it is really good, but once complete, it will be well worth it for current and future customers.

Please keep us posted how it is going!

can i install npm packages by using this template after purchase(example ag grid third party libraries to this project via npm) i need to install some other third party libraries by using npm is this possible?

Of course it’s possible. Fuse is not a framework or anything like that, it’s an Angular starter kit with some of the basics are already done for you so you don’t have to do them over and over again in every project.

It’s a normal Angular project.

purchased

This is the third license I have purchased for this theme. It is FANTASIC! Does fuse-theme come in an npm install? That would be so neat if it does.

Hello,

Thank you for your support and I’m glad you are enjoying Fuse.

At this time, installing Fuse Core is not possible via npm. We may explore this possibility in the future but for now I cannot promise anything.

Cheers!

Hi, route ‘home’ is not accessible for guest users. Shouldn’t it be, as ‘home’ route doesn’t have any guards?

Hello,

There is a quick fix in our repo for this. You can get it from the “main” branch.

Hi, since most templates on sale currently switch to RTL layout, when will you implement this option ?

Hello,

We don’t have any immediate plans for adding RTL option to Fuse Angular.

Hi! Is here any example for the CSS to work with ng-select ?

Hello,

Fuse doesn’t provide custom CSS for third party libraries. If you are using one, you need to match the styles for yourself.

Cheers

Thanks for the reply. Does anyone on this forum done this work already? Thanks in Advance!

Missing this._userService.get() in InitialDataResolver.resolve method made me debugging issue for 2h. I think it’s worth to add it next time to prevent undefined user errors

Thanks for the heads up.

Hi! Is it possible to set the left menu light?

Hello,

Yes, it is possible. It can be done using Tailwind CSS utility classes.

Hi, is it possible to use just parts of the template in a different HTML website, such as one of the line charts? Thanks

Or, I should ask a different question: If I do not know, how to use angular, this template is not for me, correct?

Hello,

Yes, you need to know Angular in order to use Fuse. You cannot extract parts of it to use it anywhere else.

I think the latest version of Fuse is not building (ng build) the app correctly. Try running ng build then running the build from (dist/fuse) the app just stays on the splash screen.

It builds for us without any problems. Make sure you are running the build in a proper server environment. Double clicking and opening the index.html on the browser won’t work.

You’re absolutely correct. This error is on me. My apologies.

I forgot I changed the output path from “outputPath”: “dist/fuse ” to “outputPath”: “dist” and forgot to add the ”/” at the end.

doh.

HI, just a question. does your design have a role based authorization setup that can hide menu or menus depending on their role?

Hello,

It doesn’t have a complete solution but you can already hide/show navigation items using the “hidden” property on them or even completely replace the navigation depending on other stuff.

Take a look at our documentation: https://angular-material.fusetheme.com/ui/fuse-components/components/navigation

HI, I use your theme for a while now! Very good theme! Small question, in your tailwind.config.js you define 10 different zIndex but when looking at the style.css generated with the @tailwind utilities the z9999 or z99999 or z-1 are not present. Do I miss something? Same thing for minWidth or maxWidth, you use the …theme(‘spacing’) to generate multiple derived entry but they are not present in the css file. thanks

Hello,

Tailwind only generates the classes if they are being used. We have added those as helpers but if you don’t need or use them, you can remove them from the config.

They won’t have any affect on the performance if you leave them.

Cheers

What is the version of tailwind css used in this theme?

3.2.4 as of today. We always keep Fuse up to date with latest versions.

I tried to add matt data tables, it’s unable to scroll for some reason

Hello,

Please use our support ticket system at https://withinpixels.ticksy.com and paste your code in there so we can take a closer look.

Cheers

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey