Discussion on Fuse - Angular Admin Template

Discussion on Fuse - Angular Admin Template

By
Cart 25,876 sales
Recently Updated
Well Documented

srcn does not currently provide support for this item.

1571 comments found.

Navigation translation does not work for horizontal layouts.

To get this error, you must: 1. Select language 2. Switch the layout to any horizontal

Please let me know when you will fix it. Or tell me how to fix it yourself.

Navigation doesn’t have built in translations support, since the navigation items can be updated on the fly, we take advantage of that.

Adding support for translations into the navigation is something we still considering since there might be cases that multi language does not required for the application.

On language change, we simply update the navigation items and that’s it. Since Vertical and Horizontal navigation uses different sets of data for the Demo, this is not an actual issue.

If you use same data for Horizontal and Vertical navigation and update them on language change, you won’t have this behavior.

How do I update horizontal navigation? This does not work:

const navComponentHorizontal = this._fuseNavigationService.getComponent<FuseHorizontalNavigationComponent>('mainNavigation');
const testingHorizontal = this._fuseNavigationService.getItem('testing', navigation);
if (testingHorizontal) {
    this._translocoService.selectTranslate('navigation.testing').pipe(take(1))
        .subscribe((translation) => {
            testingHorizontal.title = translation;
            navComponentHorizontal.refresh();
        });
}

If you are switching between navigations (horizontal and vertical) on run time, that code won’t work since the mainNavigation id belongs to the main navigation.

You need to modify the navigation data itself on language changes and then supply it to the navigation.

If you need more help, please use our support ticket system at https://withinpixels.ticksy.com

Would love a VueJS version of this theme!

Hello,

Thank you for your interest and suggestion. We definitely want to create a Vue version of the Fuse in the future.

Cheers

just wanted to confirm that SCRUMBOARD is now back and in working order? also is there any other special component that needs to be installed to get drag and drop and such to work on iOS devices. Currently popups (in calendar and such) are popping up off screen and also the drag and drop type components are not working in iOS devices.

Yes, Scrumboard works, you can check out the Demo. It’s not as detailed before but all core functionality is there.

Fuse uses Angular Material’s drag drop and it works great on all of my testing devices including various iOS devices. As for the popups, there will be an update in the future addressing mobile issues in general.

Cool, will do, was asking as the thread from a few days ago seem to indicate it was not complete or functional yet. I did a complete refresh of all devices and the drag/drop is really working well now. Perhaps my cache just needed purging.

Yes, popups still seem a bit off, like they are not aware of the dimensions of the screen. So, sometimes they oversize off the edge of the page or completely appear “out of view”. Hope that helps you to sort out.

Will check out demo now on scrumboard and also work to update our app to see how this upgrade works with our original programming.

BTW, the wait for this update was SUPER LONG, but upon first glance, TOTALLY WORTH THE WAIT! It’s sleek!

​Could you include again the PSD files? They’re not included on the downloaded .zip file. They were included on previous versions and were useful for our design team to elaborate guidelines. Thank you in advance!

Hello,

The new version doesn’t have any design files since I designed it in the browser. I may create them in Figma but no promises at the moment.

Cheers

i see tailwind using JIT, can we use that in tailwind.config.js ?

JIT is still considered as a Feature Preview, that’s why I’m not adding it yet. I’m watching it closely and will test and add support (if required) once it’s considered stable.

Cheers

Will I be able to integrate this template into an existing project on Laravel?

Hello,

Fuse only available for Angular and React. You cannot use them within Laravel.

Cheers

Is Fuse – Angular 12+ Admin Template supports SAAS Application development.

Hello,

Fuse is just a template, you can build whatever you want with it as long as Angular supports it. You can also purchase an Extended License if you are going to be building a paid application.

Cheers

I need to integrate SAAS based automate SMS service to users. does this theme support with extended license?

Again, Fuse doesn’t provide any kind of functionality, it’s just a template, you need to develop your app using Angular and a backend. We only provide the visual shell for applications.

Extended license covers all kinds of paid apps that you can create with Fuse, you can see the details here: https://themeforest.net/licenses/standard

ng serve—open

After executing the command, the CMD window closes, the application does not load.

http://imagenperfecto.com/empty.png Please help. Use Node v12.18.0

WINDOWS:

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed – JavaScript heap out of memory 1: 00007FF709AA470F napi_wrap+113583 2: 00007FF709A4F7D6 v8::base::CPU::has_sse+66646

Try using the latest LTS version of Node.js and try again. If you need further help, please use our support ticket system at https://withinpixels.ticksy.com

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.

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