Discussion on Fuse - Angular Admin Template

Discussion on Fuse - Angular Admin Template

By
Cart 25,953 sales
Recently Updated
Well Documented

srcn supports this item

Supported

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

1583 comments found.

Hello, I’d like to put in another request for Angular Universal SEO integration

Hello,

Thank you for your request. It’s in our todo list and we will work on it.

Cheers!

Hi srcn, can you give me an overview of how I can go about implementing SEO in the current version of the template?

Hi, Where is the notification icon on the top menu? And what if I want to hide chat bar?

Hello,

We don’t have a notification icon on the toolbar, that doesn’t mean you cannot put one. You can remove/hide the chat bar and customize everything however you want. It’s a template and it allows all kind of customizations.

Cheers

I have bought fuse angular and downloaded, but not getting documentation. Also, if I want to set default background color as white and others changing as default without changing from the setting icon?

Updated documentation can be found here: http://angular-material.fusetheme.com/documentation/getting-started/introduction

For your other questions, please use our support ticket system at https://withinpixels.ticksy.com and please try to describe your issue a little bit more so we can help you.

Cheers

Please, how can I open a large window on the right side with Angular Material? http://erp.centromedicoosi.com/modal_extends.png

I checked the documentation in material.angular.io there is no example. Visualize the image I try to implement

Hello,

You can simply modify the width values of the sidenav using css to increase the width.

Cheers.

Is it MatSidenavModule or MatDialogModule?

I need to call components.

let dialogRef = dialog.open (UserProfileComponent, {height: ‘100%’, width: ‘800px’, });

MatSidenav. You cannot position the dialog like that unless you create it using CdkOverlay.

Hi, I would like to ask, is it possible to do something like this for the menu transition? Demo link: https://stackblitz.com/edit/angular-motion-v6-b?file=app%2Fapp.module.ts

Hello,

Fuse already has numerous of route transitions but they cause lag and they don’t work as smooth with lazy load so we disabled them. You can still find them in the animations file so you can use them if you want to.

Cheers.

Hi author, I’m using regular license for my project. I’m about to buy the extended license since our application charge the end user. My question is: do I need to include license information or something like that in the source code to prove that my project is licensed? Or in other word, how can I prove that my project is licensed, or how can I use my license file? Thanks for answer.

Hello,

Thank you for choosing Fuse.

You don’t have to include your license information into your app. By purchasing the item, you own the rights of using it as a person (or as a company) and you are free to use it however you want to use it as long as you follow the terms of the license.

Having the license file and purchase code is a proof that your copy is licensed. You don’t need to show it or prove it to public unless asked. So downloading the license file and keeping it on your hard drive is enough.

Cheers.

Is there a clean version html+css available? We want to use it with VUE js

Hello,

We currently don’t have an HTML only version.

Cheers!

Hi,

I found something weird on this page: http://angular-material.fusetheme.com/apps/e-commerce/orders When I am on mobile (iPhone Xs using Safari), the scroll is really hard (not working because of the ripple I think)

Do you have any workaround ? Thanks, J.

Thanks :)

Sorry to bother you again but.. when is the next major update ? Any way to find this information somewhere ? I tried Slack but nothing :(

Also, can I find the fix on GitHub ?

We are aiming to release it sometime in autumn but currently don’t have any set ETA for it.

Once we release the update, you will be able to find it on Github repo but right now we don’t have any workarounds or fixes for it.

Hi,

Can i know this theme got jquery ?

Thanks

Hello,

No, it doesn’t have jquery, it’s pure Angular.

Cheers.

Hello, Do you have any license that allows me to create several products, because it would be for a customer who has several?

Hello,

We don’t have such licence type available. Since Envato decides the license types, we have no control over them.

Cheers.

Hi, i’m interest with your template. Can i get sample code? support virtual scroll angular?

Hello,

We don’t have a sample that we can provide. Angular Material does have virtual scroll and you can use that within Fuse without any problems since Fuse uses Angular Material as its primary UI library.

Best Regards.

Hi there!

We’re looking for an angular front-end template for our latest project. The backend is based on laravel with passport for authentication.

Are there any components included in the package for authentication with access tokeen and CRUD operations?

Thank you in advance!

Hello,

We don’t have any out of the box solution for Authentication since each project is different and requires something different. You can use any 3rd party auth library with Fuse.

For the CRUD operations, you don’t need any external libraries. Angular has an HTTP module built it which you can use to make requests to your Rest API.

Cheers!

Hello, do you plan to fix issues with page scrolling on ios devices?

Yes, it will be fixed on the next major update..

Cheers!

Great UX! I’m considering yours and one other to use for a personal project that I want to get a proof of concept put together for. I’m a Senior UX Engineer and the lead on an enterprise level Angular 7.2 application. Your UX will save me a ton of time, but I purchased another angular theme (a nice one as well), but the architecture of the theme is basically unusable with spending a ton of time re-architecting it. I’m hoping that yours is architected a bit better than the one I already bought. That said, I just want to ask a couple of questions.

  1. What is the directory structure out of the box?
  2. I see a lot of awesome stuff inside this application, widgets, layouts, components, etc. How are these structured within the application? Are they structured as isolated modules with isolated components for things like ‘Authentication’ related items and then shareable components for things like cards, widgets, etc.?
  3. Which of the following is the structure of the “apps” (i.e. mail, todos, chat, etc.)
    1. Independent Applications
    2. Apps within the main app, nested in a subfolder of the src/app/ directory
    3. Declared as independent modules within the app
    4. Declared as components within the main app module

I’m just trying to get an idea of how you have this structured. Your template looks amazing, your UX is really smooth, I just want to make sure I’m not going to end up buying another Angular theme that I can’t use….but I definitely need to find one, because I simply don’t have the time to build my own unfortunately.

Thanks in advance.

HA! Nevermind EFF it lol, I just realized it’s only $28, I’ll just buy it and if it’s trash I’ll at least be donating to some good engineers that can at least put together a good smooth UX. :-)

So, for those reading, I’ll answer my own questions about. First, I just want to say that so far, based on my 5 minute review, this is worth the $28 and if it has what you need, you’re foolish to not give it a try. It’s a clean UI and smooth UX.

  1. Too much too explain, and it’s definitely not how I hoped it would be, but it looks like I can re-architect it in an evening the way I want. It’ll probably take another evening to incorporate it into an Angular workspace, which I’ll need to do so I can also leverage Angular Libraries as I like to do in my projects.
  2. The answer to my #2 question appears to be a combination of the optiosn I presented in my question.
  3. Those “apps” like mail, chat, calendar, etc seem to be nested modules within the apps module, which seems to be nested within the primary app module, so picture app module > apps module > calendar module && app module > apps module > chat module, etc., etc. Not what I had hoped, but at least each app appears to be isolated within it’s own module, which makes me think it’ll be fairly quick to re-architect it how I want.

Based on what I’m seeing, it is definitely not architected to be an enterprise level application HOWEVER it is architected for a beginner or intermediate Angular developer to jump in and start building out whatever it is they are trying to build.

For what I need, I’m pretty sure I can make this work. The time saved on a solid UI/UX is going to far outweigh the re-architecting I’ll need to do. Seems like a good buy and I hope everyone else that purchases it can appreciate it’s quality.

Hi srcn. I really like your admin dashboard and how clean the design is! I have been looking for a certain functionality and wonder if your dashboard has it. Does your dashboard have any timer related plugins with the ability to set an active timer with start, stop, reset, and capture buttons to track project/task management (examples: https://clockify.me/work-hours-tracker or https://toggl.com/features/)? Thanks for your info.

Hello,

We don’t have such a feature included into the theme, unfortunately. If you are interested in outsourcing such a feature, you can fill out the form here and we can discuss it if it will be feasible for us: http://fusetheme.com/about/

Cheers!

Just purchased this template yesterday. Trying to get it configured with VS Code. for some reason ( and never seen this before) when you ng build and you have an error in a TS file(I have done this on purpose)), it is not letting me navigate to that file. its like the paths are out of wack or something. Not happening in any of my other projects. I need to convert an existing angular project over but this is making Fuse un-usable

Hello,

Could you please open a support ticket at https://withinpixels.ticksy.com and give me more information so I can either simulate or reproduce the issue myself. That way I may be able to solve the issue.

Cheers!

Done.. I hope that is descriptive enough.Def. a show stopper for us

I’ll take a look as soon as possible..

Hi scrn, I sent you an email about your availability/ability to develop custom pages using Fuze template. Please contact me at your earliest convenience.

Cheers, Bharat

Hi Srcn – Sorry, I did not receive your email (nothing was in spam either). Can you send me an email at bharaty@gmail.com or bharat@scootpad.com. Thanks.

Alternatively, please send me your email address to contact you and send you more details.

I’ve sent you another email using my personal gmail account..

Hi scrn, We bought your Fuse version when it was on Angular 7, what are steps to upgrade to Angular 8. We used skeleton version.

We did upgrade our project to Angular 8.1.3

Hello,

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

Cheers!

The custom colors can have dark or white color​ https://ibb.co/ngkbGJ4.

e.g as per scss: .primary-300 { background-color: #7d818c !important; color: #fff !important; // <--- want to able to change that } ​

Say in one case I want .primary-300 with color: #fff in other case I want .primary-300 with color: #000

So how would you control the color​ without adding custom css overrides? Is there a helper class that can do that or something you wold recommend?

Hello,

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

Cheers!

Yeah just crated a ticket

Hey, I purchased the Bootstrap version and I can’t see it anymore. Did you just remove the Bootstrap version and it’s support?

Hello,

Bootstrap version will be re-uploaded but we don’t have any ETA for it just yet. It’s removed because it was old and outdated and we simply have no time to work on it.

You can still open a support ticket and ask your questions about it, and we will help you as much as we can.

Best Regards

How can I integrate Webpack with Fuse 7.1.0(Angular)?

It’s not possible to use custom webpack configuration with Angular anymore (since they removed the ng eject command).

They have custom builders you can use, you can check them if you want to: https://blog.angular.io/introducing-cli-builders-d012d4489f1b

Cheers!

when I’m trying to install Amchart 4 with latest version I’m getting error of “export.js not found” while compiling(ng serve). so what I need to do for resolve this?

Hello,

Our support doesn’t cover 3rd party libraries that are not included into the default Demo app. Because of this, I cannot help you with your request.

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