427 comments found.
Good morning!
We have just bought the Fury Theme for Angular2 and we think it is very well implemented.
However, we have found an issue when using fury with an android mobile. It seems that when we try to scroll down the left menu, it only works the first time and you can never scroll back to the top of the menu.
Would it be possible to review this issue?
Thank you so much,
Hey! We’re looking into this and will provide a fix asap. 
Hello back! 
Do you have any upgrade plan to Angular 4 until now? I tried to intergrate ngx-datatable (https://github.com/swimlane/ngx-datatable) into my project but seem it only support Angular 4 and above.I also tried to upgrade all angular packages to 4 but many errors
.
Please help,
Thank you so much!
Hey! We’ll update to Angular 4 when there’s a stable version. Currently only RC versions are available and as some of our customers are using our template in production, we do not want to recommend upgrading until all issues of Angular 4 are resolved and they release a stable version. 
Hey! You probably didn’t set up the variables in the component. Take a look at the fixed-header-table.component.ts in the tables folder. 
We’ll soon release a directive to allow easier applying, for now just copy the code from the file named above. 
HI,
I have query do your provide complete Angular2 Project of Source .ts/html components?
Also User guide to explain each component?
(It says u only give Js file – thats the reason my Query is )
I am more looking for TS files the source code – so that we can apply for our needs.
Best Regards, Doss
Hey! Our theme includes the complete source code for the template in .ts, .scss and .html format. We’re using best practices, to ensure easy readability, functionality, performance and understanding.
If you have any questions regarding a component you can always contact us. 
Hi! How can I keep the menu open in a section for two urls? for example
http://mysite.com/admin/users http://mysite.com/admin/users/:idIn these two urls the menu section users should be open
Regards!
Do you know anything about this subject? Thanks!
Hey! Sorry for the late response. We’ve been looking into this and to accomplish this you’ll need to add one more argument, that checks for all child-paths. We’ll try to provide this functionality soon, thanks for the feedback! 
Hi, when you click to enable icons in sidenav, then click on user -> logout and then login back to app (also if going in history one step back) there is an Exception: Cannot read property ‘indexOf’ of undefined. I guess there are several ways how to trigger this error, hope my explanation is meaningful. Btw. you did quite good job with this template. Thanks.
Hey! Thanks for the feedback, we’ll look into this. 
nice, it’s so rare theme that’s featured RxJs. Hope there is date & time picker, upload file ui and support ngx-datatable. Will buy it soon when those features included
Hey! Date & Time picker is coming soon and is currently being developed. Upload-File-UI is on our TODO-List. ngx-datatable should be plug & play. Just install and use. 
Hi,
I’m trying to add i18n to Fury but no cigar so far.
@angular/cli: 1.0.0-rc.1 node: 6.10.0 os: darwin x64 @angular/common: 2.4.9 @angular/compiler: 2.4.9 @angular/compiler-cli: 2.4.9 @angular/core: 2.4.9 @angular/flex-layout: 2.0.0-beta.5 @angular/forms: 2.4.9 @angular/http: 2.4.9 @angular/material: 2.0.0-beta.2 @angular/platform-browser: 2.4.9 @angular/platform-browser-dynamic: 2.4.9 @angular/platform-server: 2.4.9 @angular/router: 3.4.9 @angular/cli: 1.0.0-rc.1
I’ve got to running this step but getting the error below ./node_modules/.bin/ng-xi18n
Error: Error encountered resolving symbol values statically. Calling function ‘NoOpAnimationDriver’, function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol AnimationDriver.NOOP in /Applications/AMPPS/www/dows/node_modules/@angular/platform-browser/src/dom/animation_driver.d.ts, resolving symbol BrowserTestingModule in /Applications/AMPPS/www/dows/node_modules/@angular/platform-browser/testing/browser.d.ts, resolving symbol BrowserTestingModule in /Applications/AMPPS/www/dows/node_modules/@angular/platform-browser/testing/browser.d.ts at SyntaxError.BaseError [as constructor] (/Applications/AMPPS/www/dows/node_modules/@angular/compiler/bundles/compiler.umd.js:1597:31) at new SyntaxError (/Applications/AMPPS/www/dows/node_modules/@angular/compiler/bundles/compiler.umd.js:1795:20) at simplifyInContext (/Applications/AMPPS/www/dows/node_modules/@angular/compiler/bundles/compiler.umd.js:25783:27) at StaticReflector.simplify (/Applications/AMPPS/www/dows/node_modules/@angular/compiler/bundles/compiler.umd.js:25795:17) at StaticReflector.annotations (/Applications/AMPPS/www/dows/node_modules/@angular/compiler/bundles/compiler.umd.js:25291:64) at NgModuleResolver.resolve (/Applications/AMPPS/www/dows/node_modules/@angular/compiler/bundles/compiler.umd.js:17771:86) at CompileMetadataResolver.getNgModuleMetadata (/Applications/AMPPS/www/dows/node_modules/@angular/compiler/bundles/compiler.umd.js:18272:64) at CompileMetadataResolver.getNgModuleSummary (/Applications/AMPPS/www/dows/node_modules/@angular/compiler/bundles/compiler.umd.js:18228:56) at /Applications/AMPPS/www/dows/node_modules/@angular/compiler/bundles/compiler.umd.js:18318:72 at Array.forEach (native)
Hey! This error is not directly related to the template, but here’s a Github Issue regarding this. https://github.com/angular/angular/issues/13624
It’s probably an issue with the test.ts or types not being added correctly. If you need help setting this up, we’d be glad to help, just contact us at support@martinsuess.com. Also try using the latest version of our template, as on our side everything is working. 
Hi, first, thank you for such an awesome project, I love it !
I’m in the process of adding i18n to the app, the only hickup I found is inside the breadcrumb service. I manage to do it for the sidenav with a flag, and if flag present translate it.
Could you help me with this issue ?
Thanks you ! 
Ho and thank you for the diff log in the release, great thing 
Hey! Sorry for the late response. You could add the i18n translation in the breadcrumb service and translate all names you have there. If that’ll not work, having a flag should also work, did you look into the breadcrumb service? It’s pretty good to understand the functionality. Hope this helps! Let us know if there is anything unclear. We noted this and will try to add this to our documentation/will try to add this in our template as a function. 
Hi there,
Do you have any solution to deal with Material2’s grid list responsive? I cannot find out how to make my custom views to be better on mobile. Or should we implement Bootstrap 4 for this?
Thank you!
Hey! Our template does not require Bootstrap at all, we offer almost all features out of the box. For a responsive grid system you can use the already integrated Flex-Layout, which supports all grid-sizes and is much more flexible than Bootstrap. For detailed information and examples on how to use Flex-Layout, see: https://github.com/angular/flex-layout/wiki/Responsive-API
If you have any more questions, just let us know! 
Hi, I’m using you template for my admin area. Great work!
I don’t know why but when I try to test the app with Firefox mobile simulator I’ve got this error:
EXCEPTION: Error in ./AdminComponent class AdminComponent – inline template:8:67 caused by: Expression has changed after it was checked. Previous value: ‘over’. Current value: ‘side’.
And the sidebar stop working also on desktop version. Whan I click on it for close and enable the full screen version nothing happens, the sidebar keep shows up.
Can you help me solve this issue?
Hey! Maybe the Firefox mobile simulator is messing up something, on real mobile devices and in the chrome mobile simulator everything works fine. But this error is not too bad either. This error only occurs during development, when you build your app for production it will not appear anymore. 
Hi there,
First of all, thanks for a great theme! I encountered an exception in the mobile view. When I clicked an sidenav-item with subitem, there is “Uncaught TypeError: Cannot read property ‘length’ of null”. Then the Chrome browser paused in debugger as the ‘Pause On Caught Exceptions’ is enabled. Do you have any ideas about how to resolve this exception?
Thanks a lot and have a nice weekend in advance! Allen
Hey! We already encountered this error and are currently at fixing it. It has something to do with how Angular handles zones and updates. It happens irregularly so it’s a little harder to encounter this issue. 
Hi there, Fury is cool However, could u pls add some libs for tables && charts like datatables, highcharts?
Its a little hard for me to customize the styles for those libs.
Thx again~
Hey! We’re currently adding more and even easier customizable charts and will provide an update regarding this soon! 
Hi there, the new “Autocomplete” feature doesn’t work. It’s basically a select dropdown, it does not autocomplete.
Hey! The autocomplete component is still an early alpha, but should soon become an update to fix the current issues and improve the accessibility. 
Awesome work, code is great, and easy to dive in with many cool angular2 tricks this template is worth 10 times its price. Don’t know how to write a review on it ?
Thanks! We’d love a review from you. You can write one on the product page right below the “Buy now” buttons. Or you click on Reviews in the upper navigation when on our product page. 
Done 
hi guys want to ask, is there any script to automatic update or is there any specific mechanism? or just copy paste the new file and replace it?
We always provide a Git Diff to see the difference between the old and new code, but copy and pasting the new files should also work. 
I’m having this error, after npm install: > ng serve
Fury@2.1.0 start /SYS/PROJECT/WEB/KCM/kcm-frontCannot read property ‘config’ of null TypeError: Cannot read property ‘config’ of null at Class.run (/SYS/PROJECT/WEB/KCM/kcm-front/node_modules/@angular/cli/tasks/serve.js:21:63) at checkExpressPort.then.then (/SYS/PROJECT/WEB/KCM/kcm-front/node_modules/@angular/cli/commands/serve.js:88:26) at process._tickCallback (internal/process/next_tick.js:103:7)
npm ERR! Darwin 15.6.0 npm ERR! argv ”/Users/user/.nvm/versions/node/v7.2.0/bin/node” ”/Users/alexandrkomagorov/.nvm/versions/node/v7.2.0/bin/npm” “start” npm ERR! node v7.2.0 npm ERR! npm v4.1.1 npm ERR! code ELIFECYCLE npm ERR! Fury@2.1.0 start: `ng serve` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the Fury@2.1.0 start script ‘ng serve’. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the Fury package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! ng serve npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs Fury npm ERR! Or if that isn’t available, you can get their info via: npm ERR! npm owner ls Fury npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request: npm ERR! /SYS/kcm-front/src/npm-debug.log
Hey! I guess you either have an outdated angular-cli.json or your global @angular/cli version is higher than your local project version. Please check and report back if the issue still exists! 
Basically as you advised on the first page, I fully removed angular-cli and reinstall to the latest one. What I did is just unzip your archive and followed the instructions but in the end cant launch it. All my existing project working fine, even after cli update. Please suggest me what to do in order to solve it. I really would like to use your template, that’s why i bought it. Thanks
Your global Angular CLI version (1.0.0-rc.1) is greater than your local version (1.0.0-beta.32). The local Angular CLI version is used.
To disable this warning use “ng set—global warnings.versionMismatch=false”.
Any suggestions pls
Hey! We just pushed an update to stay up-to-date with @angular/cli and @angular/material. It should be approved in the next 48 hours. Using the new version, everything should work with 1.0.0-rc.1! If you want to get started right now and can’t wait for the update, just install @angular/cli@1.0.0-beta.32 globally and you’ll be good to go! 
ok Visurel, updated version works perfectly
Thank you very much, amazing work 
Hi Team,,
I am getting following error while doing ng serve. Could you please take a look .
C:\Blackrock\AngularJS>ng serve C:\Users\acer\AppData\Roaming\npm\node_modules\angular-cli\node_modules\@ngtools\json-schema\src\schema-cl ass-factory.js:34 result.push(...indices); ^
SyntaxError: Unexpected token … at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:413:25) at Object.Module._extensions..js (module.js:452:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Module.require (module.js:365:17) at require (module.js:384:17) at Object.<anonymous> (C:\Users\acer\AppData\Roaming\npm\node_modules\angular-cli\node_modules\@ngtool s\json-schema\src\index.js:3:30) at Module._compile (module.js:434:26) at Object.Module._extensions..js (module.js:452:10)
Hey! You are using the wrong version of Angular-CLI. You need to use @angular/cli not angular-cli. Please follow the documentation! 
When would “create your on theme (Coming Soon!)” be released?
We’re trying our best to release it as soon as possible! Basis Theming is already available with SCSS, we’ll provide an example sometime soon. 