185 comments found.
I am interested in acquiring the theme, but I would like to know if in the Angular 16 version, do you use standalone components or are you still using modules? Also, do you use Signal along with observables?
Hey! The template has recently been updated to use standalone components and it is used in all components. Signals are not (yet) used. We currently do not see a big use-case for signals in the template. Everything is currently based on best practices using Observables. If you are interested in Signals being implemented, let us know via the Item Support Message and mention about some use-cases you need it for. We’ll be sure to implement it and add examples. 
Hello there, I’m seeing an issue with the icon not being displaying correctly, mat-step-icon-content, is this issue fixed alread?
My bad, is the done_all icon, looking bad.
Hey! Can you send us a screenshot and the link to the page you are talking about via the Item Support Message? We’ll have a look and adjust if necessary. 
Hi, i try put scrumboard inside a router-outlet and vex-scrollbar do not work.
Hey! Can you send us a detailed reproduction including a screenshot and the code you are using via the Item Support Message? We’ll have a look and adjust if necessary. 
I am interested in this theme, but I don’t use angular in my project. I use only html. Is it hard to pull out the design from the angular files?
Hey! This is an Angular template, everything is built perfectly to work and integrate with Angular components, libraries and styles. We are using all aspects of Angular to provide a professional baseline for any project which can be easily customized. When compiling Angular, it still is pure HTML, CSS and JS, but you have all the great benefits of Reactivity, Speed, Code Quality and more. If you don’t have a lot of experience, we recommend reading into it on the internet. You can also use our template as a knowledge base and see how things can easily be done using Angular. Thanks, wish you the best! 
Can you please guide me how to set the login page as first page instead of analytics page?
Hey! Thanks a lot for buying the template. Please send us an email via the “Item Support” and we’ll send you a quick instruction. 
Enabling strict and noPropertyAccessFromIndexSignature in tsconfig.json will lead to many compilation errors. Please consider support strict mode in upcoming release.
{
"compilerOptions": {
"target": "es2022",
"useDefineForClassFields": false,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"allowSyntheticDefaultImports": true,
},
...
}
Hey! Thanks a lot for your feedback. We’ve just released a new version 16.1.0, which now supports and follows the “strict” and “noPropertyAccessFromIndexSignature” settings. It should be available in a few hours from now. 
Thank you for the improvements. I will check out the latest version and try it out.
Hello would it be possible to add a dropdown form element to select multiple values with the ability to type to narrow down the list? This would be especially helpful on the scrum board when one wants to assign multiple people to a story.
Hi, there are graphics & UI components available at Figma? Thanks
Hello, where can I see the available graphs?
I rented a linux-based server, I can’t install the theme, is there an installation video?
Hey! Have a look at the official Angular documentation here: https://angular.io/guide/deployment. Before deploying the application you should modify it to your needs. You can do this locally. Simply follow the included documentation. If you have any questions or need help setting the template up, simply contact us via Item Support. Thanks a lot! 
Hello, I tried but unfortunately I couldn’t install it, can you help me? If I send you the server information, can you set it up for me?
Before purchase I need to know if it compatible with angular 16 ?
Hey! We’ve just released the update for Angular 16. It’s now fully compatible with Angular 16. 
Tried v15 with angular 15.2.1 same result as @lixaotec, codebase still in TypeScript 3.6.
Hey! The template is fully up-to-date to Angular 15 with all major changes implemented. The TypeScript version used is currently ~4.8. Make sure you have downloaded the latest version here from ThemeForest. We’d love to get it working for you with the latest Angular 15, if you are having issues, simply contact us through the Item Support. I’m sure we can figure out where the issue is. 
I finally managed to solve that in disabling TypeScript 3.7+ features in setting several compiler options (strict, noImplicitOverride, noPropertyAccessFromIndexSignature, noImplicitReturns, noFallthroughCasesInSwitch) as false in tsconfig. But this is not optimal as these features have been introduced to reduce bugs and we developers want these enabled on our production grade code. One way to do so is to convert your template as an angular library within a monorepo project (with demo and skeleton as applications) and overriding tsconfig with these compiler options mentioned above in your library only.
Hey! We have built the template to comply with best practices used in Angular and Typescript. I am not sure, why you need to disable all these compiler options. We’d love to help you get the template setup. Simply contact us through the Item Support Message with a detailed description of what you are trying to accomplish and I’m sure we can find a solution. 
Does it really supports angular 15? Ive been looking a huge changes to Angular MDC guidlines and it get a lot of errors. Which is the VEX latest version? What about changelog?
Demo site and change log still shows angular ^14
Hey! The template is fully updated to Angular 15. If you don’t see the changes on the demo page, please clear your cache and try again. If you need any support, please use the Item Support feature 
please release new update :((((
Hey! We’ve just released the update for Angular 15. We’re always happy about feedback and new suggestions. Let us know via the Item Support. Thanks a lot! 
thank alot:) .. you are the best. good luck 
I try to buy this theme but it does not work at the payment level
Error: Payment unsuccessful – there was a problem processing your credit card. For security reasons we may need you to re-enter your Visa, MasterCard or AMEX details before trying again, or you may need to try an alternative payment method.
Hey! This seems to be related to either your credit card or the Envato/ThemeForest payment processing. Make sure to contact the Envato/ThemeForest Support about that! 
Tailwind colors are not working like bg-amber, bg-amber-300.
Hey! Thanks a lot for your feedback. We couldn’t reproduce your issue and it seems that this issue is only appearing for you. Make sure your customizations don’t interfere here and double-check the changes you did.
If you need support, please send all suggestions and bug reports via the Item Support. We’ll make sure to get you started or fix any issues you might encounter. 
Please update to Angular 15!
Could you please let us know if you have any plans to do that? This would allow us to plan accordingly. Thank you.
Hey! We’ve just released the update for Angular 15. We’re always happy about feedback and new suggestions. Let us know via the Item Support. Thanks a lot! 
when should we expect angular 15?
Hey! We’ve just released the update for Angular 15. We’re always happy about feedback and new suggestions. Let us know via the Item Support. Thanks a lot! 
Hello, I like your work but how I can set Hermes layout as a default?
Hey! Thanks a lot for your feedback. You can use the provided ConfigService to set the defaults. If you need more guidance, please send all inquiries via the Item Support. We’ll make sure to get you started or fix any issues you might encounter. 