Discussion on Vex - Angular 17+ Material Design Admin Template

Discussion on Vex - Angular 17+ Material Design Admin Template

By
Cart 2,863 sales
Well Documented

visurel supports this item

Supported

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

185 comments found.

Hello, in your demo they have this page: https://vex.visurel.com/apps/mail/inbox

I already downloaded the latest version available here in the cheeky section of ThemeForest and I don’t get that page.

How can I get https://vex.visurel.com/apps/mail/inbox from?

That component is part of the latest update and is already in the update-queue, it should be available in the next days for download. :)

What good news! Congratulations on your work! Is there a possibility that you send me the mailbox folder to my email ing.ajvillalon@gmail.com? I was thinking of using it in my development and with it, I can move forward …

hi, what kind of css framework do you use?

Angular Material + TailwindCSS :)

Hi There,

I have a few questions I could use help with.

1. Some of the tests in the @vex folder are failing.

2. the ng-serve takes over 10 mins to start on a high perf machine. Is there any way to speed it up?

3. There are a lot of icons, styles and packages included. It is difficult to reason about them. Could you create a sample pages demonstrating them or provide links to them.

Regards

@visurel, I would appreciate a response.

Hey! Sorry we must have missed your comment. Here you go:

1. The tests in the @vex folder are mostly stubs, so if you are going for a full coverage/full testing approach, feel free to remove them and build your own.

2. There was a small issue in the last build so the latest update fixes this (should be available by tomorrow)

3. All dependencies that are included in the package.json are also used on some page, so you can easily understand where each part is used. Simply search the project by the dependency name and you will find the place it’s used.

Hope this helps! If you’ve got more questions, send them over to themeforest@visurel.com. :)

Hi Can you help me for fix this case I try to access my website via browser Microsoft Edge Legacy, So It’s show error like this.

SCRIPT5022: SCRIPT5022: Expected identifier, string or number

  • For another browser it work like a Google Chrome *
But surprisingly, your website can be used normally. https://vex.visurel.com/login I’m not sure, It different version from old as i ever download or not? Can you help me for fix this case.

Thank you in advance..

Hey! You’re probably not building the site for production. When you build for production, polyfills for older browsers are included automatically. Please verify you’re using “ng build—prod”. If you have more questions, please write us at themeforest@visurel.com for a more detailed explanation :)

yes i use “ng build—prod” but it still show same error SCRIPT5022: SCRIPT5022: Expected identifier, string or number do you have any suggest ?

Looks like there was a typo in the upper comment, please make sure you are using “ng build—prod” – For whatever reason ThemeForest removes a space between the ng build and the—prod. Make sure you are using “ng build” followed by ”—prod”. There is a space between ng build and—prod. :)

ng build ‐‐prod

Hi,

I have implemented ngx-translate and it works great, however it doesn’t work for the navbar labels.

These are located in app.component and while the correct language gets set, the labels are only set once. How can I set the labels of navigationService.items every time I change the language? I tried to do this with a var for testing and this doesn’t work as well, only the first time.

regards

Hey! Thanks for your feedback! The answer to your question is quite long and we’d like to give you a bit more detailed information on this. Basically you can just update the items in the NavigationService, but you need to do so immutably, because otherwise Angular’s Change Detection won’t pick it up. It’s an Angular thing, because the @Input() doesn’t do a deep-check of it’s values, but only checks if it’s the same object or not. If you need a more detailed explanation, write us at themeforest@visurel.com and we’ll show you how to do it. :)

Dear Team, I have sent an email to themeforest@visurel.com regarding some technical clarification. But Nobody is replied till yet. Can you please check and replay to the email.

Thanks

Hey! We got your mail and already answered you a day ago – Are you sure the mail didn’t came? We’ll send a new one right away! :)

Hi,

I’m interested in buying this template, but have a couple of questions

  • Does this template support Ivy Engine?
  • Does it include an empty project, with only the basics (layout, theme)?

Regards

We’re using only the Material Icons (we also have a demo for FontAwesome icons but they only exist on that specific demo page) – Actually we are ahead of the other templates and all icons are pure SVG icons (even the Material Icons) so we only load the minimum needed amount of icons. (Not the whole Material Icons font like others do)

Our template is mostly about styling – There are quite a few places where we use Fake APIs, but not everywhere. It’s mostly up to the user to implement it. But what we do provide is Interfaces and Types. All our components use the full feature set of Typescript and we provide correctly typed Interfaces everywhere needed, so it’s easier to implement the real data for you.

We are mostly using TailwindCSS for custom stylings, we provide a pretty extensive config for it which should cover all needed classes. Additionally (probably we’re the first one’s who did this), we implemented PurgeCSS, so any CSS Classes you are not using from TailwindCSS get stripped away in production builds, so the CSS size is minimal.

Hope this helps! If you have more questions, you can also contact us at themeforest@visurel.com. :)

Thank you for your answer.

Does the template support multilanguage, with ngx-translate?

Regards

Any template written in Angular supports it, you may need to adjust a few things that are automatically generated though.

This theme could be more best if Email option had been provided. but still good design product.

Hey! Thanks for your feedback. Based on your feedback we have added the Email App to the template! Check it out here: https://vex.visurel.com/apps/mail/inbox :)

Hi, first of all, this theme is absolutely good and you all has worked well.

But there is a control input masked, I was missed it or the theme has not supported it. Looking forward to reply from you.

Thanks @vex

Hey! Thanks for your feedback, we will consider adding it to our template and the Form Elements page. If you need this feature right now, you can easily use this library: https://github.com/JsDaddy/ngx-mask – It should be fully compatible with our template and it’s Form Elements. :)

Hi, This theme is very nice. And i have a doubt about the update. I have purchased some weeks ago, and now there is a new update released. How can i get the new updated in my website. Is there any command to auto update ? Or do i manually updated it. ?

Hey! You should be able to simply replace the @vex folder, as most core files are changed there. If you have specific questions, please use our Support E-Mail: themeforest@visurel.com :)

❤️

Hi. Please consider developing a “POS application for sales”. I am sure many of us use your template for sales applications and a POS is very necessary.

I hope it enters your plans. Congratulations to your great work.

Thanks a lot for your suggestion! We’ll look into it and will update you as soon as we release this. :)

Hi, by email themeforest@visurel.com I reported 2 errors in the template and I don’t have an answer.

For when do you plan to fix these errors?

http://sistemas.centromedicoosi.com/error.png

Thanks for your reply.

After selecting an item in the Autocomplete, the close icon is not aligned.

https://sistemas.centromedicoosi.com/icon-is-not-aligned.png

Good catch! Just fixed that issue too. :)

Thanks

zip download not working on OSX. Also how can I set a theme to the light version?

Hey! Simply send us a message at themeforest@visurel.com with your purchase code and we’ll send you an explanation + the unzipped template. :)

thanks, sorted!

Hi.

First of all, it is very nice.

I have a question: will you make the Vex as a library package? I want to integrate it in an app I have it in progress and it seems I’m in the possition to spend a lot of time to extract parts, match dependencies and so on and it creates more frustrations of time wasted.

I was hopping to be something more like I’m familiar with the material library, from which I’m loading strictly minimal things I need and I control my app.

Hey! Thanks a lot for your feedback. You are free to load in the components on-demand, it’s quite hard to meet the requirements of everyone, so we keep the components pretty clean and recommend to customize them. :) If you have any suggestions, or improvement ideas, or need help with anything, let us know at themeforest@visurel.com :)

Hello, I can’t find how to add a search system to this template … I mean, although it has a search icon in the toolbar and has an animation to type what you want to search for, it lacks a system of results, either with autocomplete or right there showing the results in real-time that match the search that the user is writing … I mean, it is one of the reasons why we work with angular, reactive programming and results in real-time … Have you thought about improving the user experience for searches?

Hey! We are always open for improvement suggestions and would love to hear more feedback from you. If you have any suggestions, just send them over to us at themeforest@visurel.com and we’ll discuss any possible new features. :)

In general we keep the search functionality simple because the requirements of everyone is different and not everyone needs/wants a specific functionality (especially with a complex topic like search) – Some may want autocomplete, some may like to open a separate page directly, while others again have other requirements.

We would love to hear your feedback and improvement suggestions in any case though!

You have 2 themes with a main search bar with reactive autocomplete in the header.

I’m talking about Fury and elastic UI. In the 2 themes, you have a main search engine with reactive auto-complete.

Could you give your Vex theme a main search bar with reactive autocomplete as well as your other themes?

From where I can get the angular 8 version ?

Just write us a small message with your Purchase-Code and we will send you the Angular 8 version back in a matter of minutes. :)

I’ve bought the template and ran it, i could just get the sidebar only, no other menu items are there? any advise there?

Hey! It looks like you used the “skeleton” folder, there are different variations of the template provided – You probably want to use the “demo” variant, which is exactly what you see on the Live-Demo Page. The skeleton page includes only the layout and the most important components. :)

Hello, are in your roadmap add modal options? Thanks.

We are always open for new suggestions, if you have a great idea for a design or functionality that we could add, just send us a message at themeforest@visurel.com and we’ll possibly add it to the template. :)

Where can I get the angular version 8?

We just send you an email with the Angular 8 version :)

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