Discussion on EasyDev-ng — Developer Friendly Angular 8 BS4 Admin Template + Seed Project

Discussion on EasyDev-ng — Developer Friendly Angular 8 BS4 Admin Template + Seed Project

Cart 82 sales
Well Documented

Aspirity does not currently provide support for this item.

19 comments found.

Hello Is there any plan to update the Angular to 11 or highest version? Thanks

Hello!

Frankly, this is not in our plans for the nearest future, but thank you for your request. We will know that this update is needed and will include it in our roadmap.

Best regards, Aspirity team :)

Hi Team,

does it use the material library?

Regards Hemanth

Hello!

Yes, it does. Please let us know if you have any other questions.

Best regards, Aspirity team.

Hello, After a few days try I can run the template but the font is very small in seed and template project. And in the seed project there is huge space between left nev and page body.

Hello!

And again, it would be much easier to help you, if you are able to send us a few screens of problems you have met with.

Please contact us via product@aspirity.com

Best regards! Aspirity team :)

Hello, I bought the template 3 days before but the template not working as it’s creating an error. Can you please help to make the template workable so I can use it. this is the purchase code: (1cb5d0f6-4abb-420d-9780-bbd564ce28a5 – 3 Nov 202) Thanks

Hello!

Sure we can! But can you describe your problem in detail?

The most useful will be if you are able to attach some screenshots of errors so we could help you much more likely.

You can contact us via email product@aspirity.com if this fits you better.

Your purchase code is not necessary, so would be better if you delete it.

Best regards, Aspirirty team! :)

Hello,

Can we get the support for the Template design. For the designing we need to apply our custom css and custom css may effect the responsiveness. Can we get the support so changes we decide to make don’t make any effect on responsiveness.

Let us know how this would work.

Hello!

As far as we understand you want to hire us to help you with the layouts? Sure, it’s possible. Please email us to product@aspirity.com and we will discuss the cooperation.

Best regards, Aspirity team.

Not clear how the support service works.

Is the template angular 9 ready ?

Hi!

Our template based on Angular 8. We will consider updating it to Angular 9, thank you for the request!

Best regards, Aspirity team.

I just bought the item but it does not include the full template. The template project only consists of two pages. Where can I find all the other pages of the demo application?

Hello,

Sorry about that. Please download the updated version of the item, it should help.

Best regards, Aspirity team.

Thanks for this theme. Was perfect for my project.

Hello,

So good to know that! Thank you for your kind words.

Best regards, Aspirity team.

Bought it 2 days back. unable to get the project up and running with template project. Causing version dependency issues. Please find attached the logs ERROR in app/modules/dashboards/dashboard-booking/components/combo-chart/combo-series-vertical.component.ts:3:29 – error TS2307: Cannot find module ’@swimlane/ngx-charts/release/common/label.helper’.

3 import { formatLabel } from ’@swimlane/ngx-charts/release/common/label.helper’; ~~~~~~~~~~~~~~~~~~~~~~~~~ app/modules/shared-modules/shared-core/components/easydev-area-chart/easydev-area-chart.component.ts:23:20 – error TS2307: Cannot find module ’@swimlane/ngx-charts/release/utils/id’.

23 import { id } from ’@swimlane/ngx-charts/release/utils/id’; ~~~~~~~~~~~~~~~~~~~~ app/modules/shared-modules/shared-core/components/easydev-area-chart/easydev-area-chart.component.ts:24:41 – error TS2307: Cannot find module ’@swimlane/ngx-charts/release/common/view-dimensions.helper’.

24 import { calculateViewDimensions } from ’@swimlane/ngx-charts/release/common/view-dimensions.helper’; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ app/modules/shared-modules/shared-core/components/easydev-pie-chart/easydev-pie-chart.component.ts:12:41 – error TS2307: Cannot find module ’@swimlane/ngx-charts/release/common/view-dimensions.helper’.

12 import { calculateViewDimensions } from ’@swimlane/ngx-charts/release/common/view-dimensions.helper’; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ app/modules/shared-modules/shared-core/components/easydev-pie-grid/easydev-pie-grid.component.ts:5:57 – error TS2307: Cannot find module ’@swimlane/ngx-charts/release/common/view-dimensions.helper’.

5 import { calculateViewDimensions, ViewDimensions } from ’@swimlane/ngx-charts/release/common/view-dimensions.helper’; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ app/modules/shared-modules/shared-core/components/easydev-pie-grid/easydev-pie-grid.component.ts:6:29 – error TS2307: Cannot find module ’@swimlane/ngx-charts/release/common/color.helper’.

6 import { ColorHelper } from ’@swimlane/ngx-charts/release/common/color.helper’; ~~~~~~~~~~~~~~~~~~~~~~~~~ app/modules/shared-modules/shared-core/components/easydev-pie-grid/easydev-pie-grid.component.ts:7:36 – error TS2307: Cannot find module ’@swimlane/ngx-charts/release/common/base-chart.component’.

7 import { BaseChartComponent } from ’@swimlane/ngx-charts/release/common/base-chart.component’; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ app/modules/shared-modules/shared-core/components/easydev-pie-grid/easydev-pie-grid.component.ts:8:27 – error TS2307: Cannot find module ’@swimlane/ngx-charts/release/common/trim-label.helper’.

8 import { trimLabel } from ’@swimlane/ngx-charts/release/common/trim-label.helper’; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ app/modules/shared-modules/shared-core/components/easydev-pie-grid/easydev-pie-grid.component.ts:9:28 – error TS2307: Cannot find module ’@swimlane/ngx-charts/release/common/grid-layout.helper’.

9 import { gridLayout } from ’@swimlane/ngx-charts/release/common/grid-layout.helper’; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ app/modules/shared-modules/shared-core/components/easydev-pie-grid/easydev-pie-grid.component.ts:10:29 – error TS2307: Cannot find module ’@swimlane/ngx-charts/release/common/label.helper’.

10 import { formatLabel } from ’@swimlane/ngx-charts/release/common/label.helper’; ~~~~~~~~~~~~~~~~~~~~~~~~~ app/modules/shared-modules/shared-core/components/easydev-pie-grid/easydev-pie-grid.component.ts:42:19 – error TS2339: Property ‘width’ does not exist on type ‘EasydevPieGridComponent’.

42 width: this.width, ~~~ app/modules/shared-modules/shared-core/components/easydev-pie-grid/easydev-pie-grid.component.ts:43:20 – error TS2339: Property ‘height’ does not exist on type ‘EasydevPieGridComponent’.

43 height: this.height, ~~~ app/modules/shared-modules/shared-core/components/easydev-pie-grid/easydev-pie-grid.component.ts:49:44 – error TS2339: Property ‘results’ does not exist on type ‘EasydevPieGridComponent’.

49 this.data = gridLayout(this.dims, this.results, this.minWidth, this.designatedTotal); ~~~~ app/modules/shared-modules/shared-core/components/easydev-pie-grid/easydev-pie-grid.component.ts:68:17 – error TS2339: Property ‘results’ does not exist on type ‘EasydevPieGridComponent’.

68 return this.results.map(d => d.name); ~~~~ app/modules/shared-modules/shared-core/components/easydev-pie-grid/easydev-pie-grid.component.ts:121:17 – error90m TS2339: Property ‘results’ does not exist on type ‘EasydevPieGridComponent’.

121 return this.results.map(d => d.value).reduce((sum, d) => sum + d, 0); ~~~~ app/modules/shared-modules/shared-core/components/easydev-pie-grid/easydev-pie-grid.component.ts:125:10 – error TS2339: Property ‘select’ does not exist on type ‘EasydevPieGridComponent’.

125 this.select.emit(data); ~~~ app/modules/shared-modules/shared-core/components/easydev-pie-grid/easydev-pie-grid.component.ts:129:44 – error TS2339: Property ‘scheme’ does not exist on type ‘EasydevPieGridComponent’.

129 this.colorScale = new ColorHelper(this.scheme, ‘ordinal’, this.domain, this.customColors); ~~~ app/modules/shared-modules/shared-core/components/easydev-pie-grid/easydev-pie-grid.component.ts:129:81 – error TS2339: Property ‘customColors’ does not exist on type ‘EasydevPieGridComponent’.

129 this.colorScale = new ColorHelper(this.scheme, ‘ordinal’, this.domain, this.customColors);

Hello,

Could you please tell us more about your actions before starting the project? Have you tried to strictly follow the instruction in the readme file which you can find in the “Development server section”?

Best regards, Aspirity team.

Hi, Sorry for the late reply. It was working fine now. I was not sure about the exact cause. I replaced my laptop with new one due to some technical issue. I was able to setup the theme without any issue.

Hello,

Great news!

Happy coding! Best regards, Aspirity team.

Hi, you use any WYSIWYG Editor in this template, cant i view for example.

Hello,

Yes, we use WYSIWYG text editor, you can look at it here – https://previews.aspirity.com/ngeasydev/default_pages/text_editor

Best regards, Aspirity team.

unable to serve seed project. below is log

Date: 2019-09-02T07:06:29.902Z Hash: 3491689822c36ad5ce4d Time: 10583ms chunk {main} main.js, main.js.map (main) 1.89 kB initial chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 145 kB initial chunk {runtime} runtime.js, runtime.js.map (runtime) 6.08 kB entry chunk {styles} styles.js, styles.js.map (styles) 1.47 MB initial chunk {vendor} vendor.js, vendor.js.map (vendor) 327 kB initial

ERROR in ../template/src/app/services/theme.service.ts(1,28): error TS2307: Cannot find module ’@angular/core’. ../template/src/app/services/theme.service.ts(2,33): error TS2307: Cannot find module ‘rxjs’. ../template/src/app/services/theme.service.ts(3,28): error TS2307: Cannot find module ‘rxjs/internal/Observable’.

  • Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ ** ℹ 「wdm」: Failed to compile.

Hi,

Please, sure you’ve installed ’@angular/core’ and ‘rxjs’ libraries or try to install it separately:

yarn add rxjs yarn add @angular/core

Did it help?

I interest with your template. can i get sample template?

Hi,

Unfortunately, we don’t have the sample.

Regards, Aspirity

Congratulations! Nice Work, GLWS :)

This demo has issue with iphone 7 plus. The drawer/menu does not behave correctly. When we first time load it, it loads perfectly with mobile view but when we change any menu it loads desktop view instead of mobile view. Looks like it has issue with responsive layout.

How can I attach screenshot or gif here? or Please send me your email Id so I can send it over there.

Here are steps to reproduce.

1) Open chrome browser in iphone 7 plus 2) use below link to open http://preview.themeforest.net/item/easydevng-developer-friendly-angular-8-bs4-admin-template-seed-project/full_screen_preview/24070556?_ga=2.132741518.1237070852.1562299160-771862445.1561124481

3) Scroll all the way down to demo. 4) Click ngEasyDev Demos. 5) It loads demo correctly. 6) Click on 3 lines to open drawer at top left. 7) Click on Dashboard E-commerce link. 8) It loads Dashboard E-commerce without responsive layout of mobile screen. You have to scroll horizontally to see content and now that drawer is not hiding it-self anymore.

These are the steps to reproduce it.

Hello, gthaker!

First of all, thank you very much for these detailed steps to reproduce. We apologize for the late update, but we have fixed some problems with sidebar on mobile screens and updated package.

Also, your problem from steps to reproduced caused by iframe of themeforest and we have no idea how to fix it.

You can check direct link ‘http://previews.aspirity.com/ngeasydev/dashboard_ecommerce' and see, that there is no problems with styles on iphone.

We are glad to fix any bugs, that users can find, so thank you!

Best regards!

Incredible work! Good luck!

Great Work, Congratulations GLWS :)

Can it work with Angular 7?

Hello, gthaker!

Unfortunately not, because there are breaking changes when you upgrading from 7 to 8 Angular, but you can use this guide (https://www.techiediaries.com/updating-angular-cli-projects/) to update your Angular 7 code, here is breaking changes in lazy modules and ViewChild/ContentView. Also, you need to update your material/cdk.

Best regards!

Thank you it helped, I will buy it.

Glad to help you!

Best regards!

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