1338 comments found.
will you release the html 5 version of this project?
No, we don’t have any plans for it.
Hello, Do you have the Backend available for sale?
Hello,
Unfortunately, we don’t have any backend that is for sale.
Cheers
OK,
Do you have the adobe XD or Sketch screens for this project?
if yes, how much does it cost?
tks
We don’t have design files for Fuse at the moment but we do have plans for releasing a Figma file in the future along with the template itself.
Cheers
Just wanted to let you know about a bug.
If you go to: https://angular-material.fusetheme.com/ui/forms/fields and navigate to the postal code section, on the first form, you will notice that the character counter is aligned in the “start” position but your HTML is set to:
<mat-hint align="end">{{postalCode.value.length}} / 5</mat-hint>
Notice, you have aligned set to “end.”
Could tailwind be overriding the style?
Hello,
Thank you for reporting this issue.
If you remove the css selector and its properties on line #768 from src/@fuse/styles/overrides/angular-material.scss file, this issue will be resolved.
We will include this fix in the next release.
Cheers
Hi! Is there any way to remove header into a specific view? I tried by css, but can’t found a way to do it. I added an ID to the header, i can show it in rendered code, but not the css.
Hello,
You can remove it using css, make sure you put your css into either a global style file or in a component that has encapsulation turned off.
If you need further help, please use our support ticket system at https://withinpixels.ticksy.com
Cheers
Hi, do you have any Vue version available ?
Hello,
Fuse only available for Angular and React at the moment.
Cheers
Cab be Supported for RTL ?
Hello,
Fuse Angular currently doesn’t support RTL languages.
Cheers
Can you please add SSR support?
Angular being the single page app is dreadful for SEO. SSR is the rescue here. I see from the comments that its been on your todo list for a while now. Can you please expedite this request?
SSR is in our todo list but it’s not something we can just implement. There are a lot of rules that you need to follow for a proper Angular SSR app but unfortunately libraries don’t really follow those rules.
Even if we fix everything in Fuse and make it compatible with SSR, bacause of those libraries, SSR won’t work. With the current set of libraries, it’s not possible to have SSR on Fuse, unfortunately.
Thank you, great works, are there any news for RTL support?
Hello,
We currently don’t have plans for an RTL version of Fuse Angular.
Hi, I like a lot your template but I don’t see many different tables, and they are very important in my Design. - Where can I see any sample of pagination in your tables? - Where can I see any search field feature to find any word in your tables? - Is there any component to export the table content? Thanks.
Hello,
We will add more table examples in the following weeks but for now you can check Angular Material’s table components: https://material.angular.io/components/table/overview
Since Fuse uses Angular Material, you can use their tables out of the box.
You can also check the E-Commerce app on the Demo: https://angular-material.fusetheme.com/apps/ecommerce/inventory
Cheers
Hello ,
we are using latest Fuse theme for Anguglar.
fuse-starter-v14.2.0
while we make production build for theme without adding anything on it , build size is 10MB which is way higher.
ng build—prod—aot=true
Any work around for same?
Hello,
Skeleton build weighs around 3MB without the asset files. It’s important to check and remove the assets that you won’t be needing within the final build.
Cheers
Hi,
I really liked the theme and would like to purchase. I just want to know if i can use it without CLI. Is there anyway you suggest?
Hello,
This is an Angular template, you cannot use it as a normal HTML template if you are asking that. You have to use it with Angular.
Cheers
I know its an Angular template. I want to use Angular. But i just dont want to use node/cli for install angular
Where is the Dtatable template with Paginsation?THis Big Template dont have this UI?
There is a datatable example in the ECommerce > Inventory app. You can also use MatTable from Angular Material and it will work with full functionality.
What font are u using in this theme?
inter
Where is the Navigation File ?I cannot find it?WHats the location?
Navigation is coming from our Mock API which is a fake API component.
Please use our support ticket system for your questions as we don’t provide support from item comments: https://withinpixels.ticksy.com
Is top header can be fixed in horizontal view?
Hello,
The top toolbar can become sticky/fixed in all layout options.
Cheers
Hello. Which hosting database would you recommend ? Which one are you using for the demo ? Is that Firebase ? Thank you very much.
Hello,
Demo uses a custom in-memory fake db solution, it’s not a real one.
Cheers
Hi, do you still have a bootstrap version? Thanks
Hello,
We don’t have the Bootstrap version anymore, unfortunately.
Cheers
is there a landing page?
Hello,
There is no landing page included into the Fuse.
Cheers
Hi! I wanna buy this template ut first I wanna know something. The importations of SASS are whit ”@import” or ”@use”. This template have a mit license? How frecuency update this template? Thank u! great works!
Hello,
Fuse mainly uses Tailwind so there are not many scss files around, we use @import.
Fuse has a custom license, it’s a commercial product.
Hi! I was consulting you because SASS reported that it is a measure that will be discarded. Is it in your upgrade plans to migrate to @use?
It’s in our todo list.
Hi – How do I reduce the height of the rows of the data grid (example above) and also have an alternating background color for each row of the grid? Please let me know. Thanks.
Hello,
The said app uses a Grid layout for the table. You can simply modify the html and use Tailwind to modify it.
Other tables are using MatTable component from Angular Components. You can still modify the row heights and create alternating background colors using css.
Cheers
support rtl ??
Hello,
Fuse Angular doesn’t support RTL at the moment.
Cheers
Their is no Datatable is available in this template?
Fuse uses MatTable, you can learn more about it here: https://material.angular.io/components/table/overview