Discussion on Fury - Angular 16+ Material Design Admin Template

Discussion on Fury - Angular 16+ Material Design Admin Template

By
Cart 1,868 sales
Well Documented

visurel supports this item

Supported

This author's response time can be up to 1 business day.

427 comments found.

I have only one Routing module like this. how can i impletment the auth guard service in my module. i tried, but it always in the login page. here is my routing module. const routes: Routes = [ { path: '', component: AdminComponent, canLoad: [AuthGuard], children: [ { path: '', component: DashboardComponent, pathMatch: 'full' }, { path: 'itemlist', component: ItemListComponent, pathMatch: 'full', canActivateChild: [AuthGuard], }, { path: 'itemdetail/:id', component: itemDetailComponent canActivateChild: [AuthGuard], }, ] }, { path: 'login', component: LoginComponent } ]; Please advise.

Hello- I found a couple issues with your form-wizard feature. First, the sliding animation between the steps doesn’t seem to work in IE. Is that something that you think could be fixed? Also, you are tracking the selected index and incrementing/decrementing the value based on the user clicking on the next/previous buttons. However, if you click on one of the links for the steps in the wizard, then the count is not changed. For example, if you fill out all the steps and are on the CONIRMATION step, and then you click on ‘ACCOUNT DETAILS’, then the selected index value stays at 3 when it really should be changed to 0 to match the details step. I’ve tried adding a click event handler to the md-tab element so I could change the selected index value, but that doesn’t seem to work. Still looking for a solution to that.

Hola! i have an issue with the template, when i open the template in a screen bigger than 180 for the first time, the sidebar does not get loaded, only on smaller screen sizes, is there anyway to fix this ???

Thank you

Here is an example of what i mean: https://drive.google.com/file/d/0B8S4JE4x6fZtOEpZWUd5NjlkRWc/view?usp=sharing

Hey! This was an issue we had a few versions before. Please try using the latest version of our template, as it has been fixed already. If you do not want to update, ensure that in “src/core/app/admin/admin.components.ts” line 19 the value true is. If “sidenavOpen: boolean = false;” change it to “sidenavOpen: boolean = true;”. :)

Hi, I already started am angular 4 project. I made all routes and configurations. I would like to use your theme, but I’m asking myself : Can I easily use your theme with this ? Do I just need to import your module and use the components in mine ?

We recommend using our template as a start for new projects. But it is definitely possible to do this. Simply check the dependencies in package.json and check the modules imported in app.module.ts and copy the code. :)

Hello, I’m making some changes in fury design, to separate into modules.

But the style sheet has a small problem. Can you see my project and tell me what the problem might be?

I’m trying to separate into modules. It’s already working, but the screen does not look the same.

Can you send the answer to my e-mail? This make the support better.

Thank you

Hey! Sadly we don’t have any access to your code base. We’d love to help you get this set up. Could you send us a message at support@martinsuess.com and we’ll hopefully figure something out. :)

Hello, could you give me access to the github repository? , My user is “joseceta”

I am continuing to try to identify the requirements for the form-wizard so I can create a feature module for my application, but I’ve only been partially successful. I am able to route to my page and display the content of the component, but I am not getting the site layout items such as the header and the left navigation.

Do you know the key ingredient that I am missing in my module that would allow the content of my custom component to be displayed alongside the header and navigation?

I think I’ve figured this one out as well. The trick is to make the routes as children of the AdminComponent.

const routes: Routes = [ { path: ‘my-component’, component: AdminComponent, children: [ { path: ’’, component: MyComponent, children: [ { path: ‘my-component, component: MyComponent }, { path: my-component/:id’, component: MyComponent } ] } ] } ];

Thanks for your feedback! Good to hear you figured it out yourself already. :)

Do you have steps to migrate from older Fury 2x to the newer one?

Our updates always include Git Diffs to update to the latest version. :)

I am trying to add a new page that will use the Forms Wizard as a starting point. I have basically copied the files from the ‘form-wizard’ folder and put them in a ‘my-wizard’ folder and updated them with a new component name.

I am able to route to my page and can display basic HTML, but if I try to use a copy of the HTML from the form-wizard.component.html file, then I get the error: ‘md-toolbar’ is not a known element from the console in my browser

I left all of the existing files in place, and I am able to get the demo/forms/form-wizard page to show correctly (as well as all other parts of the demo application).

Can you tell me what am I missing in my setup for my custom page?

My apologies for the simple question.. I just figured out that the issue is related to the fact that I am trying to set up my new page as a module, and then import my component in the module.

Your sample application is (almost) completely based on a single module so all the components are imported in one place. As-is, it’s really hard to tell what the component dependencies are to make each feature of the sample work.

It would help immensely if you would break the application into modules so that any part of it could be reused in a live application – without the buyer having to go through trial and error to figure out the dependent components. Also, there are features in Angular such as lazy loading that require modularized code in order to work, so it would also help with providing a sample of how to create a more robust application.

That being said, I’m still trying to work through determining what components I have to import into my module to get the wizard functionality to work, so if you are able to reply with the answer I would greatly appreciate it.

I think I may have resolved my own issue. It appears that the form-wizard feature is dependent on the FormsModule and MaterialModule.

Again, I would strongly encourage you to break the application into modules so the dependencies can be easily identified.

Thanks for your feedback! We’ll look into this and provide an update when possible. :)

I purchased “Fury” theme in themeforest. After download it, I did “npm install” and “ng serve”. However, I sometimes have seen the browser which does not have the sidebar. What is wrong? Have you received some report related to this problem?

Hey! Please check with our latest version. We fixed this issue. Thanks! :)

Hi,

I recently purchased the theme, am pretty new to this angular. Do you have any demo for using Master-Detail View ?

Like Master Master Grid-> click edit to show the detail window—> and back to detail Grid ( not a popup)

I was looking, but only have a popup demo is there. can you please assist how to handle this master and detail page navigation in your theme framework

Thanks in advance

//deep

Hi, Please ignore this, or you can remove it. solved it using router. Thanks

This is how to do it. Thanks for letting us know! :)

Hello. I downloaded the source yesterday and got the same problem – menu no show. But changing “src/core/admin/admin.components.ts” line 19 to “sidenavOpen: boolean = true;” solving the problem.

If possible, please recommend how to run dashboard with node.js/expressjs backend. Here is some expample how to do this http://stackoverflow.com/documentation/angular2/789/getting-started-with-angular-2/26878/getting-started-with-angular-2-with-node-js-expressjs-backend-http-example-incl#t=201703020944508938859

but i dont want to change folders structures in fury dashboard.

And one more question. I see there is no lazy loading May be make one or two components with lazy loading for use it as example?

Thanks for the feedback, we’ll see what we can do! :)

hello..,how can i disable html5 mode? routing?

Hey! How can I download new angular 4 version of Fury like on live preview? Because I can to download angular 2 version only (26/04/2017).

Just redownload the template from themeforest. You’ll always get the latest version. :)

Just now I’ve downloaded a theme forest versions and noticed that new favourites topbar is not included in a new version. May I know when this update will be released ?

Visurel, would be really nice if you include Scrumboard application in your template

Thanks! We’ll see what we can do. :)

Hello,

I see you updated the template on your website: https://fury.martinsuess.com/

when it will be available for download?

It’s already available! :)

where I can download the older version? Angular 2 version

Older versions are not available for download from themeforest. If you need them, we can send you an old version to your email. Just answer here, or drop us a short mail at support@martinsuess.com

Hi there your preview takes a long time to load. Is it a server thing or a problem with the code?

Hey! The live preview loads within a few seconds, blazing fast. What browser + browser version + operating system are you using?

Hi We are using material@2.0.0-beta.3. We are facing problem with Sidenav resize. It is not working

Hey! Please make sure you are using the latest version of our template and ensure that in “src/core/admin/admin.components.ts” line 19 the value true is. If “sidenavOpen: boolean = false;” change it to “sidenavOpen: boolean = true;”. If this does not fix your issue, please provide a screenshot with the issue, including your browser version, operating system and device resolution. :)

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