Discussion on Fuse - Angular Admin Template

Discussion on Fuse - Angular Admin Template

By
Cart 25,871 sales
Recently Updated
Well Documented

srcn does not currently provide support for this item.

1571 comments found.

​Hi, I have an old license of Fuse (i think one of the first releases) and I’m thinking about to buy a new one for a new project. I downloaded the new code to check it and i saw that the starter kit is really complex and for me is too much (i.e. i want to implement my own auth strategy). I’d like to use Fuse because the UI is amazing and it has all the angular feature i need for a dashboard.

Do you have a really simple starter version with only the basics features without mock-api?

Thanks a lot

Hello,

We only have the current Starter version but it’s really easy to remove Auth and MockAPI from the package. You can simply remove the Guards which would disable the Authentication and then put your own Guards with your own implementation.

As for the MockAPI, you don’t even need to remove it. Just don’t import it in the AppModule and Tree Shaking will take care of it when you are building your project for the production.

Some of the examples like Notifications and Navigation is connected to the MockAPI but they are really easy to remove as well.

Cheers

Thanks for your reply. I think i will not buy it because I don’t want to have so much useless code in the web app. Thank you for your work!

I have been using the theme for a few weeks and I just want to tell anyone who is considering buying this theme to go right ahead. The MockAPI has been a real time saver. The code quality is great and the code comments an documentation is the best I have seen.

I am considering using the theme to create an MVP at our company.

Thank you very much for your kind words. I’m glad you are enjoying Fuse.

Cheers

Can I use this template with nx.dev

We don’t support it out of the box but there are people already using it with. I cannot give any promises though.

Cheers

Hi before ı purchase ı have some questions about the template. Are you using Figma and can you do component custimization for our Turkish start-up company?

Hello,

We currently don’t have a design file included with the download. We do have plans for creating one in the near future. As for the customizations, we don’t have any availability for that right now.

Cheers

Hello,

The latest update of the template seems to have broke the whole template. I can no longer run the application. It fails to start during compilation. I simply extracted the starter or demo project, ran npm install and the project fails to start.

Heres Some of the output after running ng serve (the full output is similar to this but very large, so i just pasted a part of it): https://pastebin.com/PRvvZQY3

I tried deleting node_modules folder and running npm install again. Even with sudo npm install. And now it throws a different compilation error: https://pastebin.com/Q50MNxHH

I also want to note i have NOT modified anything. It’s flat out a starter template.

This is so frustrating. Can you please check what got broken in the template from the latest update of November 2022?

Hello,

Everything works perfectly fine for us and the template is definitely not broken. If you look at the error messages, you will see the errors tell you that the core modules of Angular cannot be found which indicates an installation issue.

There must be something wrong in your end. If you are using a proxied connection, try disabling it. You may be getting wrong versions of core packages (or not getting them all). You can also try using a VPN connection as well.

Installation works just fine for us.

Cheers

Hi to all! Any one having ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: with the loading-bar after making some dialog components?

https://share.cleanshot.com/tjM7O5

Hello,

This is not an issue for production. You can safely ignore it. We will try having a workaround for it in the future.

Cheers

will you release the html version of this project?

Hello,

We don’t have any immediate plans for releasing an HTML version of Fuse.

Cheers

​Greeting,

Just a UI experience thingy.

I’ve tried the enterprise theme.

I’ve notice that if you open the menu and click on any menu item it works. But only if you click the item text… if you click on the white background the menu doesn’t work.

it has to do with the menu build because the click handler is deep inside the menu, but higher levels have padding/margin set.

So, for the user experience clicking the item menu either abit more to the left or right results in menu not working.

Not that great i would guess…. Anyway, thanks for the awesome theme

best Regards,

Hello,

Thank you for your report.

We are aware of this issue since we use Angular Material’s Menu component to generate the horizontal menus. It is an old issue where the previous implementation of the Menu component prevented us for fixing it.

Now that Angular Material updated to MDC components, we will re-visit the issue and hopefully will be able to fix it.

Cheers

I have received a feedback saying that the dense mode in the fuse theme is a vulnerable? Can someone help me understand this better?

That doesn’t make any sense. There is no “dense” mode in Fuse. There is a “dense” layout which is a different html structure with different css styles. It cannot cause any vulnerabilities.

Whoever gave you that feedback, I will assume had no idea what they are talking about.

Cheers

Bought this more the a year, never use it before! Liking this 15 version! Great Template!

Thank you for your kind words.

Cheers

I am trying to use only components from the project. Is there a way to get styles and use in another project?

No, there is not. You need to start your project using Fuse since it’s not a component library but a theme.

OS: window 10 Node : 18.12.11 Angular CLI : 15.0.0 Fuse : v17.0.1

When I use ng start I get a warning message The message is as follows

Build at: 2022-11-26T14:36:11.270Z – Hash: 482a2dc867c9f103 – Time: 119301ms

./src/@fuse/styles/themes.scss.webpack[javascript/auto]./node_modules/css-loader/dist/cjs.js??ruleSet1.rules6.rules0.oneOf0.use1!./node_modules/postcss-loader/dist/cjs.js??ruleSet1.rul es6.rules0.oneOf0.use2\\./node_modules/sass-loader/dist/cjs.js??ruleSet1.rules6.rules1.use1!./src/@fuse/ styles/themes.scss?ngGlobalStyle – Warning: Module Warning (from ./node_modules/sass-loader/dist/cjs.js): Deprecation $weight: Passing a number without unit % (60) is deprecated.

To preserve current behavior: $weight * 1%

More info: https://sass-lang.com/d/function-units

@material\slider\_slider-theme.scss 77:5 @use node_modules\@angular\material\slider\_slider-theme.scss 3:1 @use node_modules\@angular\material\core\density\private\_all-density.scss 25:1 @forward @angular\_index.scss 18:1 @use src\@fuse\styles\themes.scss 2:1 root stylesheet

As you can read from the warning message it’s Angular Material related. You can ignore it, it’s just a warning. We will update once they release an update with the fix.

Thank you! )

Thanks for the excellent theme! Last release input fields with autofill (e.g. username and password fields) are broken in Chrome browser. They are always white, despite the dark theme is selected. Could you fix that or provide a workaround, please? Thank you!

Thank you for the heads up. I’ve pushed a fix to our repo (dev branch) and will include the fix in the next update.

Cheers

Thank you! )

Hi, will there be any guides for setup on hosts like cpanel. I feel like is only supported for windows and not linux based apps like cpanel.

Hello,

Once you compile Fuse (or any other SPA), they become a simple HTML, Javascript web pages. You can simply upload the production ready compiled files to your host and it will work.

You can read about this by searching on Google. This isn’t really a topic for us to have documentation or guide for because it’s a completely different topic.

Cheers

Please check FuseConfirmationDialogComponent, it seems the new upgrade has affected the padding for the confirmation dialog.

Thank you for the heads up. I’ll push a fix to our repo as soon as possible, you can get the update from there.

Cheers

The fix has been pushed to the “dev” branch. Please check and see if it’s working. We will release an update next week.

Confirmed. Thump’s up!

I’m loving these upgrades!

Glad you are enjoying Fuse!

Hi,

Loving this template.

Any ETA on Fuse with Angular Universal ?

Waiting for this feature for so long..

Its been a long ask for Angular Universal. I saw the previous comments on this. Please prioritise this.

Its asked for more than 4 years now :(

Hello,

Angular Universal support is on our list but it’s currently a low priority one. Hopefully we will make Fuse compatible with Angular Universal in the future.

Cheers

Hello

I’m doing my bachelor thesis, and I’m gonna develop an app that will be published in the appstore,etc. So that means I can earn money with it

Can you please tell me which license should I buy? Please, if possible attach the link to it

If there’s no way of using your template for an app that will be published, please tell me

Regards

Alfredo

Hello,

To be able to earn money from the application you made using Fuse, you must purchase an Extended license.

You can find it in the item page. Click on the “Regular License” text from the right sidebar and it will reveal the license selector box.

Cheers

Hi,

My Client purchased theme, Can we enable to Floating label to input ? and How should i do ? any documentation ?

Thanks

Hello,

You cannot do that. Please read here: https://angular-material.fusetheme.com/ui/forms/fields

Cheers

How to build to production ? I try to “npm run build” and use live-server for test but some icon can’t show and any problem …

Hello,

Servers like live-server packages are not fully compatible with SPAs. You may have to do some configuration in order for them to work correctly. I suggest you to try either a real server like Netlify which had a free tier or setup one locally like Apache or nginx..

Cheers

thank

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