Discussion on Egret - Angular 19+ Admin Dashboard Template

Discussion on Egret - Angular 19+ Admin Dashboard Template

By
Cart 2,747 sales
Well Documented

ui-lib supports this item

Supported

This author's response time can be up to 2 business days.

822 comments found.

mh_rafi There’s a bug when trying to use touch in developers tool. The content doesn’t move… it work’s only with a mouse scroll. Another bug is that when I would like to cupture a full size screenshot it only cuptures visible area. Could you possible fix it?

Touch scroll working in mobile, I’ll try to find out why the ‘perfect-scrollbar’ touch scroll is not working in dev tool. unable to capture full screen is another ‘perfect-scrollbar’ issue. If I can not find any solution for that I probably going to remove ‘perfect-scrollbar’ and use default scroll.

Thanks for the information.

4df58ca7-e599-4dba-bb4a-3bb325320371 – Purchase code. Please add to your github repo

You are in. Thanks

Hello, I just bought this and I’m currently unable to make it work, can you pls. help me? I’m using seed file top navigation. It’s working on “ng serve” but the dist files created from “ng build—prod” aren’t working for me. Apache is only giving me blank page. Files Below are the files that have been produced and I noticed that the assets folder is empy:

0.afdace5aa0af11a2af5e.chunk.js
1.234ac5bb6da6338c74fa.chunk.js
2.3a74d28d01e4ab760ee0.chunk.js
3rdpartylicenses.txt
assets/
favicon.ico
index.html
inline.1999daf174e5a25d201f.bundle.js
main.9dc34f12c417641976e1.bundle.js
polyfills.876bd459dfc183e04565.bundle.js
sidebar-bg-dark.596be11e7e5c1066bf92.jpg
sidebar-bg.523dbbdd5e5777141d9c.jpg
styles.d9d9597ea76fdcf52780.bundle.css

if you are serving your production build (files from dist) from a subdirectory you need to set base href. Please take a look at cli doc https://github.com/angular/angular-cli/wiki/build#base-tag-handling-in-indexhtml

I’m not serving them from a subdirectory though but directly from the root

I’m not sure what’s happening on your side. It’s standard ng cli project. and dist folder can be served like other angular cli projects. please check out and share your browser dev tool errors.

Hi,

Might you have the HTML material design template without angular in it. Want to use the template for my Angular application but without having to use your Angular layout.

Hi, Egret is a pure angular template and it used https://material.angular.io/ it does not have HTML version. Thanks

I have a Component and when I navigate to another component it does not scroll to the top. I noticed you have ScrollToDirective. How can I use it. Great product.

ScrollToDirective only works when we use browser default scrollbar. If we use ‘perfect-scrollbar’ that directive won’t work. I’ll try to make another directive compatible with ‘perfect-scrollbar’.

Thanks

Hi, add me to github please https://github.com/yulianagh. I have a error to run the serve:ERROR in ./node_modules/raw-loader\\./node_modules/sass-loader/lib/loader.js??ref—8-3!./src/assets/styles/app.scss Module build failed: Error: Can’t resolve ‘angular-calendar/dist/css/angular-calendar.css’ in ’/Users/yulianagarciahidalgo/Desktop/IxNnova/templateMaterial/Egret-Angular-Material-admin/full/src/assets/styles’ at onError (/Users/yulianagarciahidalgo/Desktop/IxNnova/templateMaterial/Egret-Angular-Material-admin/full/node_modules/webpack/node_modules/enhanced-resolve/lib/Resolver.js:61:15) at loggingCallbackWrapper (/Users/yulianagarciahidalgo/Desktop/IxNnova/templateMaterial/Egret-Angular-Material-admin/full/node_modules/webpack/node_modules/enhanced-resolve/lib/createInnerCallback.js:31:19) at runAfter (/Users/yulianagarciahidalgo/Desktop/IxNnova/templateMaterial/Egret-Angular-Material-admin/full/node_modules/webpack/node_modules/enhanced-resolve/lib/Resolver.js:158:4) at innerCallback (/Users/yulianagarciahidalgo/Desktop/IxNnova/templateMaterial/Egret-Angular-Material-admin/full/node_modules/webpack/node_modules/enhanced-resolve/lib/Resolver.js:146:3) at loggingCallbackWrapper (/Users/yulianagarciahidalgo/Desktop/IxNnova/templateMaterial/Egret-Angular-Material-admin/full/node_modules/webpack/node_modules/enhanced-resolve/lib/createInnerCallback.js:31:19) at next (/Users/yulianagarciahidalgo/Desktop/IxNnova/templateMaterial/Egret-Angular-Material-admin/full/node_modules/tapable/lib/Tapable.js:252:11) at /Users/yulianagarciahidalgo/Desktop/IxNnova/templateMaterial/Egret-Angular-Material-admin/full/node_modules/webpack/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js:40:4 at loggingCallbackWrapper (/Users/yulianagarciahidalgo/Desktop/IxNnova/templateMaterial/Egret-Angular-Material-admin/full/node_modules/webpack/node_modules/enhanced-resolve/lib/createInnerCallback.js:31:19) at runAfter (/Users/yulianagarciahidalgo/Desktop/IxNnova/templateMaterial/Egret-Angular-Material-admin/full/node_modules/webpack/node_modules/enhanced-resolve/lib/Resolver.js:158:4) at innerCallback (/Users/yulianagarciahidalgo/Desktop/IxNnova/templateMaterial/Egret-Angular-Material-admin/full/node_modules/webpack/node_modules/enhanced-resolve/lib/Resolver.js:146:3) at loggingCallbackWrapper (/Users/yulianagarciahidalgo/Desktop/IxNnova/templateMaterial/Egret-Angular-Material-admin/full/node_modules/webpack/node_modules/enhanced-resolve/lib/createInnerCallback.js:31:19) at next (/Users/yulianagarciahidalgo/Desktop/IxNnova/templateMaterial/Egret-Angular-Material-admin/full/node_modules/tapable/lib/Tapable.js:252:11) at innerCallback (/Users/yulianagarciahidalgo/Desktop/IxNnova/templateMaterial/Egret-Angular-Material-admin/full/node_modules/webpack/node_modules/enhanced-resolve/lib/Resolver.js:144:11) at loggingCallbackWrapper (/Users/yulianagarciahidalgo/Desktop/IxNnova/templateMaterial/Egret-Angular-Material-admin/full/node_modules/webpack/node_modules/enhanced-resolve/lib/createInnerCallback.js:31:19) at next (/Users/yulianagarciahidalgo/Desktop/IxNnova/templateMaterial/Egret-Angular-Material-admin/full/node_modules/tapable/lib/Tapable.js:249:35) at resolver.doResolve.createInnerCallback (/Users/yulianagarciahidalgo/Desktop/IxNnova/templateMaterial/Egret-Angular-Material-admin/full/node_modules/webpack/node_modules/enhanced-resolve/lib/DescriptionFilePlugin.js:44:6)

I added you to GitHub repo. Have you resolved the issue?

Thanks

Hi, Sub menus dont work in IE11. Found it already reported. Appreciate an early release of the fix. Please advise when the same will be available.

Can you pls add me to github https://github.com/arcanand

I just downloaded the last version and its working fine now with ie, Pls do not forget to add me to github

Great! I’ve added you to git repo.

Hi please can you please add me to github as well? Thank you. https://github.com/suprcodr

You are in :)

Hello thanks for your previous help !

But i need it again, I have the sidenav menu which contain 2 dropdown button with some chlid element..

If the page opened is from the 1 dropdown, the second dropdown is not clickable and i have to enter manually the address to access page into it.

If the page opened is from the 2 dropdown, the first dropdown is not clickable and i have to enter manually the address to access a page into it

I have check routing params and navigation service and all seeems fine.

Really need your help

Thank you! .

Can you please share your demo and code. You can send me a message from my profile.

Thanks

Hi, please point me to the Egret documentation site. In Egret do you have any examples of filtering, sorting et. of material cards or a table?

Material CDK table currently doesn’t have a lot of features, that’s why I used ngx-datatable(http://swimlane.github.io/ngx-datatable). And you will get information about sorting and filtering in ngx-datatable doc.

Here is the Egret doc http://egret-doc.mhrafi.com

Thanks

Hi again,

Is it possible to upgrade my existing project (made with the older version) to the new version without losing progress? All I really want is the new top navigation.

Thanks for the great theme!

yeah, it is possible if you haven’t made any changes in layout code.

Hi!

I’m watching the loading works when I change between routes (app-loader class) but how could I invoke this loading bar since my httpInterceptor (I want to show a loading progress bar to the users when the httpRequest is done).

Thanks.

You can just call ‘Pace.restart()’ when you send an HTTP request. you need to import Pace from ‘vendor’ directory.

the best approach would be if you install pace-js via NPM and import by package name instead of importing js file from the vendor directory.

I’ll remove vendor directory, install pace-js package and update GitHub repository ASAP.

Thanks

Hi, although in the scss the base angular material is loaded I’m still getting this warning from chrome in the console tab of the developer tools: Could not find Angular Material core theme. Most Material components may not work as expected. For more info refer to the theming guide

Material core theme @include angular-material-theme($egret-theme) is included in each theme file(e.g. _egret-indigo.scss). It’s working fine and I don’t see any warning in the browser console.

if you’ve made your own theme please make sure you have included that in the theme file.

I’m using your themes and the line @include angular-material-theme($egret-theme) is included in all files.

Have you solved your issue? How is it possible for me to fix a bug in your application without seeing your project.

Hello , the template is great but i have a problem to do a 3 level sidemenu with the navigation.service.ts

Dropdown —>DropDown2 —>Link

It seems that the navigation service is done for only 2 level of menu.

Thanks for your help i really need it!

Please take a look at ‘iconMenu’ in navigation.service.ts in full version. ‘iconMenu’ array has a multilevel menu item.

Adding 3rd level menu is same as adding 2nd level menu. ‘type’ is ‘dropDown’ and it has a ‘sub’ property which contains child items.

Thanks

Hi Rafi, please add me to github too. Thanks! https://github.com/daguangli

You are in!

Hello,

Pre-sales question *

I want to build a web app, this web app will have paid subscriptions. Example. will work this way:

My agency- ( Manages all Clients data ) 1- Admin Dashboard

Client 1 Agency- 1- Manager Dashboard 2- Staff Dashboard

Client 2 Agency- 1- Manager Dashboard 2- Staff Dashboard

Client 3 Agency- 1- Manager Dashboard 2- Staff Dashboard

In order to have a ” Client 1,2 or 3 Dashboard ”, you will have to pay a monthly subscription fee.

I am basically creating a very big CRM where inside I manage multiple small CRM’S

And the buyer can manage it’s own CRM

I will not sell your theme like on themeforest for example. I will use your theme it for one single main CRM where inside are multiple CRM’S

The best example is this i could find to better understand is this one: https://demo.getnextpost.io/

It is one web app – with one design ( admin template ) with multiple users based on a subscription.

Please confirm few things:

0- All above it is considered SAAS ? 1- If I buy standard license, can I use it for multiple domains ? 2- If I buy standard licence, can I use it for multiple sub-domains ? 3- I will have to buy a standard licence for each CRM ? 4- As per ThemeForest licensing, do I have to buy the extended licence to achieve my goal ? 5- As per ThemeForest licensing, do I have to to buy standard licence to achieve my goal ?

I will use your admin template only to design all small CRM’s + main CRM

Looking forward for an answer.

Thank you.

Yes, this is considered as SASS.

As your users/clients will be charged, you need to buy an extended license for that.

You need multiple standard licenses for multiple domains.

You can use one standard license for multiple subdomains if users are not charged and your product is same.

A standard license is only for one product and where end users are not charged for using your product.

Thanks :)

Can I please have github access?

https://github.com/sixteenpaws

You are in!

How do I get access to the Git repo?

Purchase code: 11bce83f-d027-488d-bc49-cf972869cd38

themeforest username: iceenergy

Please provide your github username.

Hi, I’m trying to use a material slider in a form group, how would I style the slider code for this? I’ve added a formControlName but it returns undefined. Thanks!

Please check out Angular material Doc. Slider is a Form Control. So [formControl]=”form.controls[‘fieldname’]” binding should work. https://material.angular.io/components/slider/api

Thanks

Thanks.

If you could give me github access that would be great: https://github.com/vuiz

You are in :)

Would be ideal to get github access too. Great work so far, look forward to the updates! Thanks

https://github.com/timhubber

Invitation sent! :)

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