1563 comments found.
Does the template support RTL?
Thanks.
Hello,
Fuse Angular currently doesn’t support RTL.
Cheers
Can you point me to the branch / PR that does fix the Error: src/app/mock-api/pages/activities/data.ts:3:26 – error TS2307: Cannot find module ‘app/modules/admin/pages/activities/activities.types’?
Thank you
You can re-download it here to get the new version, we already released an update on Themeforest.
The default branch is the main branch we work on (Demo) but never pull directly from the branch, we have releases on Github, please use them.
Cheers
Ok thanks a lot for your quick reply! will re download the package 
I have to purchase tailwind license after purchasing this theme?
No you don’t need to purchase a Tailwind license, there is no such thing. Tailwind is an open source project.
Also, there is nothing in Fuse that can require an additional license.
Cheers!
Hello, I really liked the template, but I wanted an HTML-only version, do you have it?
Hello,
Fuse is currently only available for Angular and React.
Cheers
Hi I noticed in the latest version of the template the Scrumboard app is no longer in the demo in the Angular version of Fuse. Is this still included in the purchased version or will it be included in a future release? If so when would this be roughly available? Thanks
Hello,
Scrumboard is currently in development and will be included in the near future.
Cheers
Hi, i get the error when i execute npm run start for the starter project.
Error: src/app/mock-api/pages/activities/data.ts:3:26 – error TS2307: Cannot find module ‘app/modules/admin/pages/activities/activities.types’ or its corresponding type declarations.
3 import { Activity } from ‘app/modules/admin/pages/activities/activities.types’;
Hello,
You can get the fixed version from our Github repo, I’ll be pushing another update to Themeforest today including the fix.
Thank you for your patience.
Cheers!
Hi, I get below error when I try to launch the starter project.
Error: src/app/mock-api/pages/activities/data.ts:3:26 - error TS2307: Cannot find module 'app/modules/admin/pages/activities/activities.types' or its corresponding type declarations.
3 import { Activity } from 'app/modules/admin/pages/activities/activities.types';
Hello,
You can get the fixed version from our Github repo, I’ll be releasing a Themeforest update soon with the bug fix.
Cheers
Hello, they have thought of allowing to customize the navigation bar for mobiles, so that it looks like an app. The bar below with the icons
Hello,
I’m not sure if I understand you fully, could you rephrase your question please?
Cheers!
Hi there and thank you for your continued work on this template. My organization is assessing code vulnerabilities and after running snyk monitor on the latest version of the fuse template, a moderate severity vulnerability was found with quill@1.3.7. It is an XSS vulnerability with no currently available remediation. I was wondering if you could tell me what would be the impact of removing that dependency from the project? Which parts of the project would fail? Thanks!
Rob
Hello,
Quill is the rich text editor that we have used in the Mailbox app only. It’s in the Compose dialog.
It’s not used in anywhere else other than the Mailbox app.
Cheers
Hi – do you have loading animation enabled in the new theme? Something like a loading bar on top.
Hello,
The new version doesn’t have that but I will add this to our todo list and will try to implement in the near future.
Cheers
Looking at “form fields” example page, if you click at the field “EU Input with mat-select as prefix & suffix” and hit “tab” the focus is visualy lost.
Hello,
Thank you for reporting this. I’ve fixed it and will include the fix in the next update.
Cheers
Hi, i get below error
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: Undefined mixin. ╷ 19 │ @include angular-material-density(-2);
Hello,
Make sure to use the latest version, use the Releases from Github to access latest versions, you probably grabbed it directly from a branch which is not recommended.
If you need further help, please use our support ticket system at https://withinpixels.ticksy.com
Cheers
When i download the theme it will download v12.3.0 not v13.0.0 please check
It will be updated after the weekend, it’s currently in the review process, please be patient. Meanwhile you can access to the latest version from our Github.
Hi, Is it possible to add Angular Universal to this project ? I would like to have an Server side Rendering done for this project, if so can you point some directions ?
Hello,
I haven’t tested Fuse with Universal but there are couple DOM related stuff going on so I’m pretty sure it wouldn’t work out of the box. I’ll add this to my todo list and see what can be done to provide support for Angular Universal.
Cheers
Thanks.
Congratulations on the beautiful project. I have a few questions boss:
1) plans for strict mode? 2) refresh token 3) angular update v12 4) will the navigation routes be through an “api” instead of a file?
Thank you.
1. I don’t have any immediate plans for strict mode but will do in the future.
2. Refresh token must be implemented on server side, there is nothing can be done on client side to implement it, please read our documentation. http://angular-material.fusetheme.com/docs/guides/authentication/jwt
3. No need to remind this, Fuse has constantly been updated for past 6 years with either new features or compatibility updates. I never stopped releasing updates, why would it be the case now?
4. Navigation (and other data) are already coming from API. It’s a MockAPI and data is stored in files but we don’t read them as files, they are already working like APIs. Please read the documentation: http://angular-material.fusetheme.com/docs/core-features/libraries/mock-api
Hi – do you have form field validation in the new theme? Please let me know. Thanks.
Hello,
Form validation is done by Angular and since all fields are using Angular Material form fields, you have full validation capabilities. You can check Angular Material’s docs for managing error messages: https://material.angular.io/components/form-field/overview
And for actual validation, you can check Angular’s docs: https://angular.io/guide/form-validation
Cheers
Hey, will translations make it back in your template? And: do you prefer the Angular i18n way or ngx-translate with more possibilities?
Hello,
Yes, multi language support will be added. Angular’s i18n solution doesn’t support runtime language switching so I won’t be using that. ngx-translate is also kind of dead since Angular team recruited the developer of that library so no new features are being added at the moment, just compatibility updates which I’m pretty sure will stop at some point.
I’ll be adding multi language support using the Transloco library from ngNeat team. Migrating from ngx-translate language files shouldn’t be a problem since Transloco uses a similar data structure.
Cheers
Sounds great, thank you! Since I see some core developers of ngx-translate are involved to this project: do you think both libraries (Angular build in i18n and transloco) will parallel satisfy their user’s needs? Or will Angular offer runtime i18n and Transloco will die, too? Not that it matters, I’m just interested 
Even if Angular provides runtime language switching, there is still a lot of overhead in order to start using translations. It’s not as straightforward as adding couple json files, loading them and then start translating the content via directives or pipes.
The main reason Angular team brought the main dev of ngx-translate was to simplify the translations and runtime language switching but as 99% of corporate backed libraries, Angular is also suffering from corpo-mind processes.
You can’t just delete everything, start over, implement the things they should have been from the start, create a pull request and bam!, you implemented the thing. No, unfortunately, that’s not the case.
First you have to propose your thing, it must be reviewed by 100 different people before even it’s accepted and if you are lucky, you get to work on that thing but with constant need of updating your supervisors, answering stupid questions, changing your comment on line #871 because it’s not explaining the thing enough and all that shenanigans. That’s why you can still see open bug reports from 2014 and some of them is pretty crucial too.
Anyways, the whole point is, I don’t think Angular will have a proper built-in i18n solution, ever. And even if they do it, believe me, it’s not going to be easy like Transloco or any other 3rd party libraries. Google likes over engineering 
3rd party libraries on the other hand, even if one fades away, another one will pop up using a similar way allowing you to use a similar data structure and easy migration, like the ngx-translate -> Transloco example.
Thanks for asking by the way, it’s good to have this kind of conversations time to time.
Thank you SO much for your very detailed and well-founded answer!
Totally with you and already excited to see all those new features in your template! I’m planning to migrate my applications in about two months, hope most of my required features are done by that!
Anyways, I appreciate your great work here, thank you! 
I hope in the future version the search like google drive
https://imgur.com/a/2nSa88xThank you for your suggestion, I’ve added this to my todo list and will hopefully visit it later.
Cheers!
Hi,
Any update about this suggestion?
Hello,
I added this to my todo list as I mentioned before and will visit it in near future.
Cheers
Hello,
this advanced search did you mean my suggestion or no becuase i want make Overlay
http://angular-material.fusetheme.com/ui/advanced-searchNo, that’s a different thing.
As I said before, your suggestion is on my list already, there is already a strict roadmap that we have prepared so you have to be patient about it.
Cheers
Hi. In the previous version 11 of Fuse theme there was a page ‘Scrumboard’. Are you planning to do it in the new 12 version?
Hello,
Yes, Scrumboard will be included in the new version. It will probably take couple weeks to finish so it should be here in a month or so.
Cheers
any html version has been done so far?
Hello,
Fuse currently only available for Angular and React.
Cheers
First of all, thank you so much for your kind support! Two more questions:
- are all kinds of inner scroll still automatically deactivated for mobile devices? Since the larged fixed header doesn't really make scence for them
- are tabbed pages going to make it back in the new template
BR
Hello,
1. This is a very good question as I completely forgot about that behavior, so thank you!
I’ll implement that and include it either in the next update or the one that will come after. And if you want to keep the sticky header in some cases, it would be very easy and can be done by just removing couple Tailwind classes.
2. This is already in my list and will be implemented very soon.
Cheers!
Just like always, thank you very much for your super fast response! And estimations when these two features will make it to the new Fuse? 
No promises, just estimations … 
They probably will be ready in a week or two.