822 comments found.
Any roadmap for this template? Last update was 2 months ago
Template is been updated frequently on GitHub private repository. You will get access to that repository after purchasing. Thanks.
@mh_rafi Thanks for your reply. When I say roadmap I mean what are your future plans for this template? I know this is updated frequently but I wanted to see what plans you have as this template is missing core staff like widgets and more dashboards as well as I don’t understand why you use ngx-datatable instead of google material
Also last update here was on 21 May 2018. if you update it frequently in github why don’t you update the template here?
My future plan is adding more apps. ngx-datatable seems more easy to use than material datatable. I’ve plan to add new page for materail datatable. If you want you can use material table.
I update on themeforest around every 3 months.
@mh_rafi thanks again for your reply. “My future plan is adding more apps.” Can you give more info (including dates).
“I update on themeforest around every 3 months.” So the version in github and the one here have different stuff?
Thanks
I don’t have public list of upcoming apps right now.
Github and themforest files are not different, I regularly work on adding new apps and commit progress in github. When an app is complete I update themforest.
Thanks
Could I user translate pipeline into views html? Because when I user for example {{“DASHBORD” | translate}} into html show this :
The pipe ‘translate’ could not be found
You can use translate pipe into view’s html. You just need to import and include “TranslateModule” from ”@ngx-translate/core” to a view’s module.
please send me invitation for github repository. Username: enhsuld
Invitation sent! https://github.com/mh-rafi/egret-angular/invitations
Hello, I set top menu, but don’t show in multi level don’t show my level three
I use this code to set the menu:
name: ‘Multi Level’, type: ‘dropDown’, tooltip: ‘Multi Level’, icon: ‘format_align_center’, state: ’’, sub: [ { name: ‘Level Two1’, type: ‘dropDown’, state: ‘fake-1’, sub: [ { name: ‘Level Three’, state: ‘fake-2’ }, { name: ‘Level Three’, state: ‘fake-3’ } ] }, { name: ‘Level Two2’, state: ‘fake-4’ }, { name: ‘Level Two3’, state: ‘fake-5’ } ]
as the “Multi level” menu appearing under ”...more” menu, third level is not showing up. If you need to use third level in top menu, please place your “multilevel” menu outside of ”...more”.
Thanks
Hi,
In you full demo folder I want to use translations in another module. For example in views/profile/ in one of the components like profile-overview {{ text | translate }} and it causes error missing pipe translate.
I need your help. Thank you
You need to import { TranslateModule } from ’@ngx-translate/core’ inside profile.module and include that inside module imports.
Thanks
I have done that. It is ok about error message about pipe but is doesn’t work. Not showing the translated value. Is this reported before?
No it’s not reported before. You can checkout the doc https://github.com/ngx-translate/core
progress bar has a color property. and values for color are ‘primary’,’accent’, ‘warn’
<mat-progress-bar color="primary"></mat-progress-bar>
Thanks
Hi! Please add me to the git repository username is onthetopp. Thanks!
Invitation sent! https://github.com/mh-rafi/egret-angular/invitations
Thanks
I just bought the template and my user on GitHub is juracyjunior. Thanks
Invitation sent! https://github.com/mh-rafi/egret-angular/invitations
Thanks
got starter clean version (seed template) ?
Yes, you will get seed projects for both side and top nav layout. Thanks
Hi Before purchasing I want to ask you what is the version of material design module? What version of angular is using in this template?
Version 6.0.1 for both material and angular. Thanks
Love this theme! The code is great and so is the look and feel. I wonder about one minor thing (and this is pretty minor). In the SideNav, let’s say you have a large accordion-style menu open (such as ‘material’), then you scroll down near the bottom and click something else (such as ‘material icons)...the accordion you had open closes and kind of pulls up everything below it, so that maybe half the SideNav is empty. Is there any way to space it better so that the SideNav stays full, top to bottom?
I noticed that. If your dashboard’s menu items don’t exceeds screen height you won’t notice that issue.
I’ll try to find a way to scroll and reposition the menu automatically.
Thanks 
Hello, how can i set .datatable-row-even and .datatable-row-odd color? I try with this style command .datatable-row-even, .datatable-row-odd but nothing happend, how can I set color to odd and even row?
Please check out ngx-datatable documentation. https://swimlane.gitbook.io/ngx-datatable/api/row-detail/inputs
Thanks
Hello, are there any PSD source files with the theme Extended license? And can I have access to github repo username: jvanderbiest. Thanks
PSD is not available for this template. and github invitation sent!
https://github.com/mh-rafi/egret-angular/invitations
Hello when are u update to the latest angular and latest flex
hopefully I can update in this month.
Invitation sent! Please check notifications. https://github.com/mh-rafi/egret-angular/invitations
Please purchase this template before you get access to the GitHub repository 
please send me invitation for github repository
Please give me your github username.
mrukab
Invitation sent! https://github.com/mh-rafi/egret-angular/invitations
Hi Team, We would like to purchase this product.So let us know , will it also support for designing website templates?
Egret is designed for admin dashboard. Though you can use it for public facing website by using topbar layout. You can also customize the code and design. But if you customize the core layout code you wont be able to get future updates.
Thanks
would like to have this item, just want to confirm that is has landing page ?
This template does not have landing page. You need to purchase landing page separately. Thanks
We are not able to integrated d3 nvd3. there are so many issue
Have you detected where the issues come from. is it from template or from d3?