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.

where we can find the latest changelog?

Latest changelog is always available on the Product Description. :)

Where can I download Angular 2 version.

I see there are all dependencies of angular 4.

We do not support Angular 2 anymore. Angular 4 is the way to go and receives all major updates. Angular now uses Semantic Versioning so there should be no problem in using Angular 4, as it’s better in every way in comparison to Angular 2. :)

Hi I bought the template and quickly noticed that Input components md-input and md-select aren’t aligned. Have you noticed this issue?

Thanks

This is a Material2 issue and will soon be fixed. :)

Hi

I have got an email that the new version with Angular 4 is available, but when I download the new version I find out that is still the previous version with Angular 2. Please let me know when I can download the new version implemented with Angular 4.

Bests

Hey! Our template already uses Angular 4 for multiple months. Please check the package.json, you can see that it uses Angular 4^ and not Angular 2. :)

Hello! I have bought your template and have errors during ng serve: ERROR in C:/Users/user/Documents/projects/lean-dashboard/src/app/demo/apps/chat/chat.component.ts (31,23): Property ‘elementRef’ is private and only accessible within class ‘PerfectScrollbarComponent’.

Thanks for the feedback. We’ll provide an update on this today! You’ll get an email when it’s published. :) If you need a quick fix change the type from “PerfectScrollbarComponent” to “ElementRef”. You can find the variable in line 24 in /app/demo/apps/chat/chat.component.ts. We’ll provide a fix for this today.

Is it possible to have access to the Git-Repo? And re you going to update to last material version anytime soon?

Thanks for the feedback. We’ll provide an update today! You’ll get an email when it’s published. Git Repo access will come soon. :)

Thank you! We are appreciate your work!

Excellent Work!!!

Are you going to update to last material version anytime soon?

Thanks for the feedback. We’ll provide an update today! You’ll get an email when it’s published. :)

Hi, please update the dependencies. I’m getting getting error with Angular-CLI 1.2.4

Thx

Thanks for the feedback. We’ll provide an update today! You’ll get an email when it’s published. :)

Ok thanks :)

Hi there,

I think I bought this template a few months ago, and I built a dashboard with it. Looks awesome. But it included some issues such as left panel white screen problem, etc.And I skipped them to meet my schedule. Once I reviewed your latest history, you said you’ve fixed them. How can I get your latest updates? Or should I purchase update version again?

Thank you. Albert

Hey! You can just download the latest version from the download-section on themeforest. But it seems like you didn’t purchase the template with this account, as it’s not showing to us. Do you perhaps have a second account? :)

Like ft-shabeermothi I have the same problem with the template. Please solve this error today or refund the money, because is not possible to work with that template.

As said, please change the type from “PerfectScrollbarComponent” to “ElementRef”. You can find the variable in line 24 in /app/demo/apps/chat/chat.component.ts. We’ll provide a fix for this today. If you are not convenient in updating it manually you can download our latest version. :)

Thank’s for the update & the support Visurel!!! Now works like a charm!

5 stars for you!!!

Thanks a lot! Could we kindly ask you to change your negative rating on our item, so other users know about our support? :)

Is it possible to have access to the Git-Repo?

We’ll provide Git Access soon. :)

Hello, I have this error when i generate a component

Error locating module for declaration SilentError: Multiple module files found: [“app.module.ts”,”material-components.module.ts”]

How can I fix it ?

No responses, so I ask refund

This error is happening because you modified something yourself. We are not sure what you added, but it is logical that you can only include one main-module and import all modules into this one. Try to import your custom made material-components.module.ts into the app.module.ts instead of using multiple models for the app to start. If you want to import our material-components as a module into your app, you will need to remove the “bootstrap” from the module and add it to your module. :) Please keep in mind that we offer a wide range of support, but when you start customizing things be aware that we can’t always reproduce your issues. :)

This is not customizing but default package :/ I just understand how it works, can we have better doc please ?

Am getting this error and am unable to get rid of it.

Property ‘elementRef’ is private and only accessible within class ‘PerfectScrollbarComponent’

As a theme i was expecting everything to work seamlessly. I do not wish to fix errors and debug them even before using it. Please take the product back and refund the money.

Hey! Sorry for the late response. To fix this change in line 24 in /app/demo/apps/chat/chat.component.ts the “PerfectScrollbarComponent” to “ElementRef” and everything should work. :)

> https://github.com/visurel/fury-documentation/issues/11

I got this css error when ng serve.

Thanks.

We just provided a fix on this, thanks for your feedback. :)

is there a way to get this template in Angular 4 html/css ? at the moment, i’m not familiar with just developing in typescript and angular-cli

You can just copy the HTML and CSS of the components into a new project and the styling should work. :)

Hi,

HTML & CSS version is included?

Thanks

You can just copy the HTML and CSS of the components into a new project and the styling should work. But there is no dedicated HTML/CSS version. :)

Hi, the Live Preview is broken, there is a js error in Chrome https://fury.martinsuess.com/. Can you fix it please? Thanks.

We do not encounter a JS error or anything similiar. What version of Chrome are you using and are you maybe using NoScript? Try to disable that!

Sorry, it was corporate network blocking some scripts. It’s working outside the network.

This error:

ng serve
  • NG Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200 ** Hash: 6c2b282083e442c29510 Time: 46065ms chunk {0} polyfills.bundle.js, polyfills.bundle.js.map (polyfills) 234 kB {4} initial chunk {1} main.bundle.js, main.bundle.js.map (main) 633 kB {3} initial chunk {2} styles.bundle.js, styles.bundle.js.map (styles) 10.5 kB {4} initial chunk {3} vendor.bundle.js, vendor.bundle.js.map (vendor) 7.56 MB initial chunk {4} inline.bundle.js, inline.bundle.js.map (inline) 0 bytes entry

ERROR in /home/monte/Projeto/Fury/src/app/demo/apps/chat/chat.component.ts (31,23): Property ‘elementRef’ is private and only accessible within class ‘PerfectScrollbarComponent’.

ERROR in /home/monte/Projeto/Fury/src/app/demo/apps/chat/chat.component.ts (31,76): Property ‘elementRef’ is private and only accessible within class ‘PerfectScrollbarComponent’. webpack: Failed to compile.

Hey! Thanks for the feedback. In line 24 in /app/demo/chat/chat.component.ts change PerfectScrollbarComponent to ElementRef and import it from @angular/core and it should work. Hope this fixes your issue. Thanks for the report! :)

I have not got it yet. It would be possible to update with corrections and take a step by step. If it is correct just create a new project with angular-cli and copy the files inside the new project. Do a npm install.

We just provided an update on this. If you are still experiencing issues, please use the latest version. :)

I could not run the theme. Usage node 8, with ng 4. The documentation does not have all the steps. I created a new project and also tried to download directly. What is the correct way to install and test location?

To get started with a project all you need is to run “npm install -g @angular/cli” and then go into the project source and run “npm install” and afterwards “npm start” and the live-demo and development environment should start. :)

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