Discussion on Fuse - Angular Admin Template

Discussion on Fuse - Angular Admin Template

By
Cart 25,842 sales
Well Documented

srcn supports this item

Supported

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

1563 comments found.

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

Hi, I tried to change the color code in the user-themes.scss file or add a new theme, but it didn’t change after running ng serve and then the user-theme.scss file returned to its original state. Can you help me?

Hello,

Please read the docs about theming: https://angular-material.fusetheme.com/docs/guides/customization/theming

Do not touch the user-themes.scss file as it’s an auto-generated file resides inside the @fuse folder.

Thank you for your feedback,

Regards,

Why is mat-datepicker of type=”datetime” not included? Am I missing something?

Hello,

There is no time picker available in Angular Material library.

This is bad news for my project. Any alternative that will be compatible with FUSE styles?

Hello! Grate template! For Angular version of this template, will you use standalone components?

Hello,

Yes, we will be moving to Standalone components in near future.

Cheers

I can’t find the navigation Location ?

Hello,

Navigation data is located at “ src/app/mock-api/common/navigation” directory.

Hello, Thank you for this wonderful theme,

My request is about theme extension, I wanted to add some styling over Fuse theme, for that I needed to use theme color on styles.scss file, but I don’t know how to use colors variables for example to create my own items style, for example I wanted to create success and danger style for Angular material snackbar, if you could help me out with that,

Thank you in advance for your feedback

Hello,

All theme colors are available ad CSS custom properties. If you open the dev tools and look at the styles, you can find them under the :root selector.

You can then simply use them.

Alternatively, you can also use Tailwind’s @apply rule with the utility classes like text-primary and border-accent etc.

Fuse don’t provide success or danger utilities though, you have to create them for yourself which can be done via Tailwind’s color configuration.

Cheers

Hello back,

Thank you for your feedback,

Regards,

Hi,

I want to thank you for your great work on this item first.

Additionally I’d like to submit an improvement: When setting the tooltip to ’’ then MatTooltip falls back to the element’s value which is not what I intended to do. What’s the sense anyway in showing the actual element content as tooltip once again. Therefore I suggest to include [matTooltipDisabled]=”item.tooltip !== ’’” after every [matTooltip]=”item.tooltip || ’’” in the @fuse/components/navigation folder.

This easily hides useless because empty tooltips which would fallback to the element’s content. Or as an alternative set the type of item.tooltip to string | boolean and set [matTooltipDisabled] when item.tooltip is set to false.

Hello,

Not sure how you are getting this behavior but it’s definitely not the case with the latest version of Fuse.

Setting the matTooltip to an empty string (’’) disables it automatically, there is no need for disabling it explicitly.

You should update Angular & Angular Material if you can.

Also, you can always access your purchase code through the Downloads tab of your Themeforest profile.

Thanks for your quick reply. Found the purchase code.

You’re absolutely right – the tooltip property was set via compactNavigation in mock-api/common/navigation/data.ts.

Sorry for bothering you with this, but really thanks for your great work on the template.

No problem at all, glad you are enjoying Fuse.

Hi, I can’t get access to the github, when I submit my details I get ‘whoops looks like something went wrong’.

Hello,

That happens time to time because one of the APIs we use, unfortunately.

Please open a support ticket at https://withinpixels.ticksy.com or send me an email through my profile page with the details (purchase code and Github username) and I will add you manually.

Cheers

Hi, I sent you a message through your profile. Ty

If I can use svg icon instead the fontawsome, How can I add it into menu?

Hello,

Fuse already uses SVG icons, we don’t use Fontawesome or any other font icons.

Currently, there is no easy way of adding custom icons to the navigation if that’s what you are asking. You need to choose one from the available icons.

menu icon not show after used “ng build”

Please use our support ticket system for your support requests: https://withinpixels.ticksy.com

We don’t provide support through item comments.

Have you considered publishing the @fuse part as a separate library to NPM? That will greatly reduce the build time and maintainability.

Hello,

Yes, we did consider it but not going to do it as it would expose the core part of Fuse to pretty much everyone which we don’t want.

Cheers

do we have standard html verison or vuejs

Hello,

Fuse only available for Angular and React at the moment.

Cheers

​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

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