427 comments found.
How to set sidebar default collpased? I tried change the collapsed boolean in icon-sidenav.directive.ts but not worked.
Thanks!
You’ll also need to change it in the admin.component.ts 
hey,
great template so far. I’ve noticed the notification icon is misaligned on an iphone (too high). looks ok in Chrome when using the dev tools and simulating an iphone but not on the actual device. any idea on how to address this?
thanks, matt
It’s probably related to Flexbox on Safari. We’ll look into this and will provide a fix for this. 
Thanks! I checked Chrome on iOS and it looks misaligned there as well fyi so doesn’t seem to be just a Safari thing.
another small issue is that the ‘menu’ md icon is not appearing on ipad when in portrait mode
also as a larger question, when an update to the code is provided how will we go about applying it to our codebase? or asked another way, what is the recommended way to build an app using this template such that we can cleanly apply an update?
thx!
Hi, I noticed that you often import directly from ‘rxjs’; instead of the from the rxjs subfolders (for instance the Subject class). I hope you’ll fix that in the next release 
We’ll look into this and will try to change accordingly. Thanks for your feedback! 
Bought it today, when i tried installing theme i follow steps that are shown in documentation. after installing node dependencies i got node_modules folder . file serving app using ng serve its through error.
ENOENT: no such file or directory, lstat ’/media/user/LearnHub/Projects/node_modules’ Error: ENOENT: no such file or directory, lstat ’/media/user/LearnHub/Projects/node_modules’ at Error (native) at Object.fs.lstatSync (fs.js:994:11) at Object.realpathSync (fs.js:1676:21) at Object.getBrowserConfig (/media/user/LearnHub/Projects/Theme/node_modules/@angular/cli/models/webpack-configs/browser.js:23:36) at NgCliWebpackConfig.buildConfig (/media/user/LearnHub/Projects/Theme/node_modules/@angular/cli/models/webpack-config.js:20:31) at Class.run (/media/user/LearnHub/Projects/Theme/node_modules/@angular/cli/tasks/serve.js:38:98) at check_port_1.checkPort.then.port (/media/user/LearnHub/Projects/Theme/node_modules/@angular/cli/commands/serve.js:110:26) at process._tickCallback (internal/process/next_tick.js:109:7)
please see image for your reference https://ibb.co/i6o6Ev
Hey! It looks like ng serve is looking for the node_modules folder one folder up in /Projects but it does have to look in /Projects/Theme
Are you sure you are running it in the correct folder? First of all, try running yarn install again and try again running ng serve, if that doesn’t help, try running “npm start” if it still produces the error try removing the folder completely and start fresh, do the same. If that still doesn’t help please contact us at support@martinsuess.com and we’ll investigate. Although this seems to be a problem of Angular-CLI and not really of our template. But we are sure we can fix this. It’s working for everyone so why not for you. 
Thanks, i didn’t notice its seraching for node modules in /Projects folder. I started with new installation and it worked . Thanks.
I saw marvi14 asked you about 6 months ago that if you support RTL direction and you said it will be available by the next update. Is it currently supported?
Need some Additional Custom Pages
-Blog List/Post -News List/Post -Pricing Pages -Error Pages 500,404 -Lock Screen -Coming Soon -FAQ -File Upload (Drag n Drop, Progress)
We’ll look into this and will try to provide those. Thanks for your feedback!
I have a problem / error.
When viewing on an iPad with the Chrome browser, the menu links does not work and some components of Material Design do not work.
How can I attach an error image?
Hey! Please send us a screenshot and error description to support@martinsuess.com and we’ll fix this asap if it is an issue with your template. 
godaddy
I need a seed project, the source code contains the complete project and is very large…
You can simply delete the “demo” folder and you should have your seed project. 
Hi
Can you please add me to the Github repo. My Github name is agustinbaez
Thanks 
Hiya,
The chat and message look nice. Are they real?? If so is it included, if not where can it be sourced.
Thank you for you help Steve
Yes, they are real and included in the template. 
Hello ,
How to get sidenavbar closed via default (page load event).
Thanks.
Subscribe to router.events in sidenav.component.ts and close the sidebar on NavigationEnd. 
Hello, is there a way to purchase the same html + css code?
Hey! Currently we do not include only the HTML + CSS code, but it should be able to extract it from the source and implement it on your own. We’ll consider adding this soon. Thanks for the feedback! 
Hello,
We just have bought your template. I have two questions:
1. We would like to change the default behavior a little and make the sidebar NOT to expand automatically in minimized mode by mouse over. Instead, I would like to leave the same button which minimizes it and open it to original width on the click on that button. Is it possible?
2. Do you have a “progress bar” component? If not – any plans for creating it?
Hey! Thanks for buying our template! Yes that’s definitely possible, you’ll just have to remove the onHover in icon-sidenav.directive.ts and then have a boolean in a service that holds the current state and apply the class on click instead of on hover.
We already have a progress bar component! It’s available in the MdProgressBarModule and is used with <md-progress-bar> 
Hi, I’ve received an email notifying a new version of fury but I can’t find a place where the change is specified. What did you changed guys? Thanks
The change was on line 24 in /app/demo/apps/chat/chat.component.ts – There was a wrong type, change “PerfectScrollbarComponent” to “ElementRef” and import it. 
Hi there,
Thanks for your amazing work. I am a bit new to angular and if this question makes less sense please forgive.
When I run the test as
> ng test
10% building modules 2/2 modules 0 active02 08 2017 07:36:41.374:WARN [karma]: No captured browser, open http://localhost:9876/ 02 08 2017 07:36:41.381:INFO [karma]: Karma v1.4.1 server started at http://0.0.0.0:9876/ 02 08 2017 07:36:41.382:INFO [launcher]: Launching browser Chrome with unlimited concurrency 02 08 2017 07:36:41.463:INFO [launcher]: Starting browser Chrome
ERROR in …/httpdocs/ngapp/node_modules/@angular/core/src/testability/testability.d.ts (41,33): Cannot find name ‘Node’.
Can you please guide me? I am not sure this is related to the template.
Thanks!!
Just saw that you have replied to a similar issue yesterday but I couldn’t figure out a solution for the issue yet. I am googling…
Don’t worry…
I have just installed a fresh ng app and copied your files over one by one. Things seems happy and working perfectly.
Also you are missing these file in your download:
src/assets/img/backgrounds/1.jpg src/assets/img/backgrounds/2.jpg src/assets/img/backgrounds/3.jpg src/assets/img/backgrounds/4.png
Have copied it from your site.
Also Maps > Google Map is shown empty.
Console shows:
Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error
Thanks!!
Hey! Thanks for your feedback. Backgrounds are not included and need to be downloaded seperately because of licensing. (They are free to download, link is in the description)
To enable Google Maps support you’ll need to add your Google Maps API Key to the environment file, to access the Google Maps API. 
Thanks for your reply… Cheers
Is there a seed project? I got it working, but it’s the full demo. I’d like a trimmed down version to use as the base for my site.
You can remove the “demo” folder and you should have only the necessary components to build your app. 
Please provide us with the change log and the commit changes for the latest release. We don’t see them in the Product Description, and there is nothing in the zip file regarding commit changes either. Thank you!
We always include a git diff and a changelog, this time it was just a quick-fix. The change was on line 24 in /app/demo/apps/chat/chat.component.ts – There was a wrong type, change “PerfectScrollbarComponent” to “ElementRef” and import it. 
Hi!
The template works so far and i can “ng serve” it
But if I run “ng e2e” then it sais it couldnt finde the path “e2e”.
(“TypeError: The specified path does not exist: e2e”).
If i generate the folder “e2e” then it misses the “tsconfig.json”.
(“TypeError: Cannot find a tsconfig.json file at the specified directory: e2e”)
If I run “ng test” it sais “node_modules/@angular/core/src/testability/testability.d.ts (41,33): Cannot find name ‘Node’.”.
How can I run tests?
Greetings, Basti
Hey! Please check with the official Angular-CLI repo, we haven’t included tests in our template as many users are not familiar with them and it would just produce various more errors. You’ll need to create the tsconfig.e2e.json file in the e2e folder and fill it with the following content: { “compilerOptions”: { “sourceMap”: true, “declaration”: false, “moduleResolution”: “node”, “emitDecoratorMetadata”: true, “experimentalDecorators”: true, “lib”: [ “es2017” ], “outDir”: ”../out-tsc/e2e”, “module”: “commonjs”, “target”: “es5”, types “jasmine”, “node” ] } }
After that tests should work. 
Hi
am trying to add bootstrap forms and other components, so i added the Bootstrap CSS like below
https://ibb.co/fdOON5and the form component looks fine, but however other menu item foreground are affected with the css. am not sure about other places. whats the correct way to use the Bootstrap components
output after adding the bootstrap CSS
https://ibb.co/g3jV25please guide how to work with bootstrap components
Thanks in advance
//deep
Hey! Sadly we do not give custom support on adding bootstrap forms or components to the template. You’ll have to look at the classes used in the Sidenav-Item and change them to something that is not affected by bootstrap. Hope this helps! 