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.

When can we expect the update? I assume that the latest version of Material Design will be implemented (mat instead of md)? Will the template be upgraded to Angular 5? How can I download the latest update?

Material Design is already updated to latest version. You will get an update for Angular 5 within few days. You can download updated version from your download section.

Thanks

Hi, Is it possible to take a look at your project structure, Index.html and main components and module code before purchase? Just a images are OK for us. Best

Hi mh_rafi,

I need to add HTML in the matDialogue. How can i achieve that?

Please take a look at this doc https://material.angular.io/components/dialog/examples ‘dialog-overview-example-dialog.html’ is the template for dialog. you can put html in dialog in exact same way.

Hi,

I am very interested in your angular Auth service. I have been successful learning the core angular patterns but the authentication part I have found to be the least straightforward with dozens of different ways to implement.

Do you have an idea of how well your auth service will work if my backend is ASP.Net Web API with Identity? Does it support Registering users as well?

Thanks

This template will work both for token based or traditional session style authentication system.

You have to save token in localStorage and in a variable of authservice after successful login. It’s very simple process, people just do this same thing in a different way.

hi Rafi ! Thank you for this work ! the navigation service to make on the fly new content for side menu is very smart and helpful. Can i have help for one point ! I make my component with the cli . but with my new component i can not see top et side menus ! so, i don’t understand the mecanism to have side et top menus in new component ! Best regard

Ok i will see that ! Thanks

Ok the problem is resolved !Thank I appreciate your help ! I wish extend the support to 12 months. Can i have your private address ? how do you works for particular coding ?

Bests regards

You can contact me in skype, my skype id m.h.rafi

I updated my material package and cdk package all the way from “2.0.0-beta.10” to “2.0.0-beta.12”

I changed all “md” to “mat”

Everything else seems to be working except the side navigation. Please click the link to see.

https://snag.gy/lu7XCH.jpg

How can I fix this?

it’s a css issue, as you changed all md to mat, you also need to change md to mat in css file.

I’ve already updated the template. Please download the latest version and try using latest css file from that.

Thanks rafi for that, It worked. I have one more problem. All of the drop-down boxes became invisible after I updated.

Please see the screenshot https://snag.gy/Twc7Bm.jpg

I have already renamed all CSS from md to mat, but it still didn’t work for me.

I’m not sure why this is happening, check the html element by inspect element, if the text element is there, may be it’s a css issue, try adding this in css file.

.mat-select-value { color: rgba(0,0,0,.87); }

hello rafi, I have a detail I have a button with the style: bottom: 85px ; right: 0px ; position: fixed ; z-index: 100 ; float: right ; , and I get it to stay fixed but I can’t get the button to remain fixed even though I’m using the scroll page of the page, how can I solve this?

thanks again, but I have resolved to set a content and out of it I put the button

After downloading this template I cannot get webpack to compile. MDSnackBar, MdSidenavModule, MdIconModule, etc are all not in @angular/material and yet are part of the ‘Full-version’ and ‘Seed-project’

Please remove all caret(^) sign from package.json. delete node_module folder, then install packages again. I’m going to update template very soon with angular 5 and latest material design.

Thank you

how can I put the floating button in the bottom right, and when they scroll the page the button always remain there?

Hi, i solved this problem, i created one component for use, thanks

Another bug in the full screen table: Notice the first row shows up behind the header (on a dark theme):

http://egret-angular.mhrafi.com/tables/fullscreen

Thank you for reporting this issue, I’m working for update and bug fixes.

There is a BUG in the tables. You have 60 items on your entire collection – you’re only displaying 50. Notice that the Prev and Next icons are not displayed:

http://egret-angular.mhrafi.com/tables/paging

This is a very severe bug.

Hi Dears After downloading and installing the template , an exception appear /@angular/material/material”’ has no exported member ‘MdSidenav’.

MdSidenav should be changed to MatSidenav

and template should be updated for the latest Material Version

Please we need your urgent reply

Hey ali_ammar, Please remove all caret(^) sign from package.json. delete node_module folder, then install packages again. I’m going to update template very soon with angular 5 and latest material design.

Thank you

Thanks for this upgrade

Hello,

I just bought the dashboard template and it doesn’t compile. It downloads the latest version of angular/material which is version 2.0.0 beta 12 which brings a cascade of modifications in the loaded modules and even the names of the components. So, I wasn’t able to compile the project.

Thanks in advance for your help. PS: You did an amazing job and I like your design.

Didier PH Martin

Please remove all caret(^) sign from package.json. delete node_module folder, then install packages again. I’m going to update template very soon with angular 5.

Thank you

hi Rafi, i have a problem with others.routing, example, {path: ‘menu/all/post’,component: PostComponent} navigation.service { name: ‘Post’, type: ‘dropDown’, tooltip: ‘Post’, icon: ‘money’, state: ‘dashboard/menu/all’, sub: [ { name: ‘All Post’, state: ‘post’ } ] } Work fine, but if i try to add other component, so i want to add a routerLink example PostComponent Add Post How can i add this child component i try to configuring my others.routing, example: path: ‘dashboard/menu/all/post’, component: PostComponent, children: [ { path: ‘nuevo’, component: NewPostComponent }

but not working not found this page, how can i go to the other component using routerLink in the others.routing file???? help me please

using >a routerLink=”dashboard/menu/all/post/nuevo”<New Post >a> i invert the < for add the routerLink inside PostComponent

i done, i using dashboard/menu/all/post/nuevo/:post, component: NewComponent then i catch it value thanks, note: i dont use “children:[]”, i only set “path”

Great! good to hear that you solved your issue.

Not sure why the author is not responding here I am also curious as to when the theme is being upgraded to material version 4.4.4, there has been some needed improvements in the material design framework.

Hello, I’m now away from my workstation. I’ll be back within few days, I’ll fix the issues ASAP. Thank you so much for your patience

Hi,

The template deoas not work with toasty or toastr. Any assumption?

Ragards

Hey, You can use snackbar instead of toastr.And also toastr require jQuery.

I’ve tried for sure, but snackbar has only one style, can you send me working example for info(success) and error messages?

At this time Material design Snackbar doesn’t have any option for changing color. But it has an option for adding extra CSS class, so you can add mat-bg-primary,mat-bg-accent etc classes. Please check out official doc https://material.angular.io/components/snack-bar/api

Hi, I am trying to use material chips in the project, you have MdChipsModule but have not used it. Can you please working example, I have tried many, but none worked for me.

Regards

This is the HTML for chip <md-chip>Md Chip</md-chip>

By, when do you plan to upgrade for new angular material changes? The md has been replaced by mat

I’m working for new update, and I hope I can update in this month.

How can I make the header fixed? If I scoll down, I’d like to keep the header always visible. Thanks in advance.

HELLO ?! IS this item supported or NOT ?

Hi, I was away for few days. topbar is in md-sidenav-container that’s why it’s not possible making that fixed in current structure.

But if you really need this, you can move topbar out of md-sidenav-container and place that on the top of md-sidenav-container. Then apply CSS fix position.

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