Discussion on Optima - Angular 20+ Material Design Admin Template

Discussion on Optima - Angular 20+ Material Design Admin Template

Cart 251 sales
Well Documented
TrendSetterThemes

TrendSetterThemes supports this item

Supported

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

70 comments found.

Hello team, I am wondering why there are no updates for this theme for a long time or has it been abandoned. Every product offers updates with the existing bug fixes and new features, and this theme has may issue and also a lot of components to be worked on.

Hi,

Thank you for your inquiry about our product.

Sorry of any inconvenience that you faced but we did not abandoned any products. We always update our products if there are new feature and update are available, if we are detected some issues, issues noticed by customer and if customer demanding feature.

We always respond our customer support request, if you are facing issues or need some updates then we will ready to work on.

For kind your information, We already working on update, if you need some feature or has issue then send us email at trendsetterthemes@gmail.com

Thanks!

How can I contact with you? you? you have skype account?

Hi, Please contact us at trendsetterthemes@gmail.com Thanks `

Hello, I would like to ask a few questions. First of all, this project was built on Angular 5 and as time went on, you migrated to angular 6~7? Do you use your own components? Like, you create a custom card instead Angular Material card. ( I don’t know if this was clear). Do you provide a skeleton project or only the full project? Sorry about the English, i’m not a native English speaker.

Hi there,

We used both custom and material component cards. We used custom where it was required but you can use as per as your requirement.

We also provided both seed skeleton and full project with theme files. Please check out the theme files.

For more info send us mail at trendsetterthemes@gmail.com

Thanks

Thank you for reply. Where do i see the theme files? Can you answer my first question about angular version?

Hi there,

Initially, We released optima with angular 5 but now as angular version updated, we also updated it to latest version which is angular 7.

We does not provide angular 5 and angular 6 version.

For more info send us mail at trendsetterthemes@gmail.com

Thanks

Hi, Off late we are finding below issues in continuing developing our product using this template:

1. jquery added non-passive event listener to a scroll-blocking …... 2. [Violation] Handler took ‘x’ms of runtime …. am noticing the event handlers are invoked at least thrice for each event 3. forms are not getting auto-compiled 4. build in prod mode takes almost an hour

Also, will this work, if we import the angular7 packages to an angular 6 project ?

The seed project from your latest release standalone itself is generating lots of violation warnings in Chrome – eg., xxxx handler took xxxms.

Please assist.

Google Chrome 71.0.3578.98 (Official Build) (64-bit) Revision 15234034d19b85dcd9a03b164ae89d04145d8368-refs/branch-heads/3578@{#897} OS Mac OS X JavaScript V8 7.1.302.31

Pls enable verbose in console error reporting

replied by mail

hi

is there a class reference? i need class reference to work with

Hi,

Yes , Optima is made with class based approach. We used the classes where it required. Please look into the code or section to know more. If you still stuck in this issue then please explain in detail.

For more information please contact us at trendsetterthemes@gmail.com

Thanks!

Hello Support Team,

We seen your theme and that is awesome. Looking at it we have purchased it and we found that the landing page is not there.

We also want to redesign our marketing site with same theme like shown in following link.

http://preview.themeforest.net/item/optima-angular-5-material-design-admin-template/full_screen_preview/21364710

Can you please provide use the same as it has been shown on following link?

Please cc your reply to our Development Manager riteshm@vervesys.com so that he can take a look.

Hi

Thanks for your kind words. At this moment Landing page is not included in theme files but we will update it soon. Wait for next update.

Thanks!

Hi, Charts are not support rtl, please fix . Thank you

Hi,

ngx charts is not support rtl but we will try to fix in next update.

For more information please contact us at trendsetterthemes@gmail.com

Thanks

Hi ,

Hope things are doing well,

We are facing trouble in npm package install using ‘npm install’ command , once we use ‘npm link’ command its get installed but after we use ‘ng serve’ its throw us error like

ERROR in node_modules/@angular/flex-layout/typings/media-query/observable-media.d.ts(9,14): error TS2416: Property ‘subscribe’ in type ‘ObservableMedia’ is not assignable to the same property in base type ‘Subscribable<MediaChange>’.

Once we done it we are using some third party plugins , once we install third party plugin after that we cannot able to build project using ‘ng build’ command , even some times ‘ng serve’ also not working.

So please guide us if anything we missed out or we need required setup before install the project .

Note: We using Updated node and angular-cli.

Thank you

Hi,

We fixed this issue already.Please download latest file from themeforest. For more infomation please contact us at trendsetterthemes@gmail.com

Thanks

Hi, Off late we are finding below issues in continuing developing our product using this template:

1. jquery added non-passive event listener to a scroll-blocking …... 2. [Violation] Handler took ‘x’ms of runtime …. am noticing the event handlers are invoked at least thrice for each event 3. forms are not getting auto-compiled 4. build in prod mode takes almost an hour

Please assist.

Also, will this work, if we import the angular7 packages to an angular 6 project ?

I want to buy this template and i need confirmation as it has support for Angular Material with Angular 6

Hi,

Yes it supported angular material with angular 6.

Hi, I purchased this template, but could not find the landing page shown in the preview . Can you please let me know where I can find the source for that(http://preview.themeforest.net/item/optima-angular-5-material-design-admin-template/full_screen_preview/21364710?_ga=2.116198213.292293897.1537328656-1703707935.1537328656).

Thanks

Hi,

Thanks for purchasing our theme. Landing page is not included in theme files but we can give you information about the page if you send us your email at trendsetterthemes@gmail.com

Thanks

Is this producto ready to go? I mean, Can I just run it with an “ng serve” and got the webpage running, with database and al components a modules working?

Hi,

yeah everything you seen in our demo is included in theme folder and theme is ready to go. Just start ng serve or npm start to run the theme.

Please contact us at trendsetterthemes@gmail.com for more information. Thanks

Hi,

I tried running your project (ng6-seed) with “npm install” and “ng s” commands. But the app fails with the below error. Can you please help me out. I am blocked because of this issue.

ERROR in node_modules/@angular/flex-layout/typings/media-query/observable-media.d.ts(9,14): error TS2416: Property ‘subscribe’ in type ‘ObservableMedia’ is not assignable to the same property in base type ‘Subscribable<MediaChange>’. Type ‘(next?: (value: MediaChange) => void, error?: (error: any) => void, complete?: () => void) => Sub…’ is not assignable to type ‘{ (observer?: PartialObserver<MediaChange>): Unsubscribable; (next?: (value: MediaChange) => void…’. Types of parameters ‘next’ and ‘observer’ are incompatible. Type ‘PartialObserver<MediaChange>’ is not assignable to type ‘(value: MediaChange) => void’. Type ‘NextObserver<MediaChange>’ is not assignable to type ‘(value: MediaChange) => void’. Type ‘NextObserver<MediaChange>’ provides no match for the signature ‘(value: MediaChange): void’.

Hi,

We know the issue already, This issue is coming from version updating. App has not any kind of issue. Our team is working on it. Please give us some time to fix this. We will update you soon. Please corporate with us.

Please contact us at trendsetterthemes@gmail.com for more information.

Thanks

Sure. Thank you. FYI, in case if this helps, the app started working once I changed the rxjs version to.

“rxjs”: “6.0.0-uncanny-rc.7”, “rxjs-compat”: “6.0.0-uncanny-rc.7”,

instead of

“rxjs”: ” ^ 6.0.0-uncanny-rc.7”, “rxjs-compat”: ” ^ 6.0.0-uncanny-rc.7”,

Looks like the most recent major version for rx js (result of ^ in package json) is not compatible with the flex layout.

We have already updated all the versions and check the compatibility issues. We have already updated the latest file, Its in the process of reviewing system of Envato. Please corporate with us for a couple of hours.

Please contact us at trendsetterthemes@gmail.com for more information.

Thanks

Hi, I bought the theme and tried to run the app with “npm install” and “ng s” command. But getting the following error.

ERROR in node_modules/@angular/flex-layout/typings/media-query/observable-media.d.ts(9,14): error TS2416: Property ‘subscribe’ in type ‘ObservableMedia’ is not assignable to the same property in base type ‘Subscribable<MediaChange>’. Type ‘(next?: (value: MediaChange) => void, error?: (error: any) => void, complete?: () => void) => Sub…’ is not assignable to type ‘{ (observer?: PartialObserver<MediaChange>): Unsubscribable; (next?: (value: MediaChange) => void…’. Types of parameters ‘next’ and ‘observer’ are incompatible. Type ‘PartialObserver<MediaChange>’ is not assignable to type ‘(value: MediaChange) => void’. Type ‘NextObserver<MediaChange>’ is not assignable to type ‘(value: MediaChange) => void’. Type ‘NextObserver<MediaChange>’ provides no match for the signature ‘(value: MediaChange): void’.

Can somebody help me out on this?

Hi,

Can you advise me on an admin template for Angular?

It will be ad overall administrative portal.

There need to be an app too.

I will use firebase / firestore.

Perhaps there is an portal for Angular and for Android app too?

Willem Luijk

Hi,

Regarding your query, you need a framework that can run at web and mobile app. For example ionic framework. It will run on both platforms.

Please contact us at trendsetterthemes@gmail.com for more information.

Thanks

Can I get this template in HTML?

Hi,

Unfortunately Optima is available only in angular version. We did not provide the html. For more info, please contact us at trendsetterthemes@gmail.com

Thanks!

Hi, I’m about to buy the template. It looks really cool. But when i’m checking noticed that the Material Design form fields does not appear properly on mobile. Only the labels for text boxes appear and when click into it styling comes and goes away. I did my checks on an iphone and checked on both safari and chrome browsers.

If you can provide us with a solution would be great !!!

Thanks.

Hi, Thanks for noticing us an issue.

We will fix this issue in next couple of days.

Thanks!

on a achete ce theme pour moi. mais je sais pas comment faire pour que cette personne ne donner.

I want to know how to end the theme

when i enter the folder ng6 and i run command ng serve. the server does not start.

Hi,

First you have to install npm by this command npm install

Then run npm start or ng serve it will fix your problem.

Thanks!

Hi Developer, I want to change the size of the products in Ecommerce -> Products page. How to do that without affect device compatibility. I am new to Angular. For example 200*125.

Hi ,

Thanks for using our theme.

We think that you are asking to change the product width. We are using fxlayout for width. Please check this link. This will help you.

https://github.com/angular/flex-layout/wiki/Responsive-API

For more info please contact us at trendsetterthemes@gmail.com

Thanks!

Hey, I don’t want to use the left side bar of your theme because I have to create my own. So is there any way to hide it through out the app?

Hi,

Thanks for purchasing our theme. As you dont wanna use sidebar of theme. You have to remove html. For this you have to go to this folder src/app/layouts/admin/ and open admin-layout.component.html

Remove all <mat-sidenav> of .sidebar-panel class and save the file. It will fix your problem.

For more info please contact us at trendsetterthemes@gmail.com

Thanks!

Hi, Side navigation not loading properly in IE browser

Hi,

We only give support to ie11 browser and all other latest versions of browsers. Like Chrome,edge,Firefox and safari. Please specify your system configuration and browser versions.

For more information please contact us at trendsetterthemes@gmail.com

Thanks!

my Browser is Microsoft Edge

Hi,

We tested on Edge and also on browserstack, all things are working perfectly. Please explain you problem in detail at trendsetterthemes@gmail.com

Thanks!

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