822 comments found.
scv9 for GitHub repository access.
invitation sent. Please check your email or github account.
how can i update angular 5.1 to version 5.2 ?
You need to update versions inside package.json for all angular packages. then delete node_modules folder and run ‘npm install’ to install updated packages.
Hi, can you please add me to github repo, username : aznrorol ? Thanks
Invitation sent. Please check your email or github account. Thanks 
Hi, can you please add me to github repo, username : aznrorol ? Thanks
Hi, could you add me to the github project? https://github.com/Vuiz Also, I see that there is a shop on the preview now but it is not released yet, is that coming soon? Thanks.
I can see now from the comment above that it’s on the github.
Ignore this, I’m already in the git
Hi there
Can you please add me to github project https://github.com/jamesynzInvitation sent. Please check your email or github account.
Greetings Rafi.
We already purchased the template but we havent find the eCommerce part in the purchased template. Can you please help us with that.
Please give me your github username. I’ll add you to github repo.Github repo has latest components and pages. I’ll update themeforest file when Angular 6 is out.
Dear Rafi, please add my git hub repo: nags178
Invitation sent. Please check your email or github account. 
Greetings Rafi.
We already purchased the template but we havent find the eCommerce part in the purchased template. Can you please help us with that.
Please give me your github username. I’ll add you to github repo.Github repo has latest components and pages. I’ll update themeforest file when Angular 6 is out.
Hi, can you please add me to the github repo : zak245
Invitation sent. Please check your email or github account. Thanks
Hello, i wish add one color to theme _egret-indigo.scss, y add the pallete $mat-naranja:(...)
Next I added $egret-naranja: mat-palette($mat-naranja);
$egret-theme: mat-light-theme($egret-primary, $egret-accent, $egret-naranja);
But when I used this new color for example
<button mat-icon-button mat-sm-button color=”naranja” (click)=”deleteItem(row)”><mat-icon>delete</mat-icon></button>
Don’t show the color, why? Could you help me, thank you.
Best way is creating a new scss file for your new theme. have you followed theming guide from Egret doc? it explains how to do it. http://egret-doc.mhrafi.com/#theming
Hello,
congrats to this amazing code! I’ve downloaded themeforest-20161805-egret-angular-4-material-design-admin-template.zip and run the full folder. But in contrast to the live version on the web I can’t see the eCommerce section and code?
Could you please let me know where to find/download it?
Thanks,
nico.
Hi, after reading the comments my question is obsolete. Please just add nicwel to the github repo. Thanks, Nico.
Invitation sent. please check your email or github account. Thanks
Received. Thanks a lot!!!
github name: aicoinbot
great theme, keep up the good work!
Invitation sent. Please check your email or github account.
Thanks 
Hi, I checked email and github, did not receive the invitation can you try again! Thanks
I’ve sent you invitation again. https://github.com/mh-rafi/egret-angular/invitations
github name: nn-afly
outstanding theme thankyou.
invitation sent. 
Hi i just purchased the package here the github user: xtreamgithub
invitation sent. please check your email or github account. Thanks
Please add vtan31 to the github repo. Thanks
invitation sent. please your email and github account.
Hi, In the demo site of this template, it shows a lot of widgets but when I downloaded the source and ran it. It contains very limited modules. Can you provide the complete code which you are showing in the demo site?
can you please give me your github username. I’ll add you to github repo, so you can get latest version. I’ll upload the latest version to themeforest when angular 6 is out.
Hi thanks for the reply.My github id is vikasvshn
Invitation sent. Please check your email or github account.
hey there, great template,, when I try to run the full version,, the animation for dashboard tiles is not working,, inspecting the tiles on your preview demo I see ng-trigger ng-trigger-animate,, but in the local app it is not there,,, any idea??
can you please give me your github username. I’ll add you to github repo, so you can get latest version. I’ll upload the latest version to themeforest when angular 6 is out.
bdairy.. is my github username.. regards
invitation sent. Thanks
Sorry I didn’t receive any invitation :s
here is the repo https://github.com/mh-rafi/egret-angular, I’ve sent invitation again. Please check your email inbox.
Github name: 9i0xin9 thanks
invitation sent
please checkout your github account
Any plan to create ecommerce theme. Currently I am using metronic theme and I want to use your theme.I really like your theme. But I don’t know how to change metronic v5 to egret
I’ve been building shop app(shop, cart, checkout, etc) for Egret. Hopefully, it will be released within few days.
Hi rafi, what about eCommerce material front end design?:)
yes, it’s front end design of shop, please check out http://egret-angular.mhrafi.com/shop
I have deployed my App. On the Route …/session/signin comes a server side 404 message (from Plesk), how i can avoid this? It seems that this refresh disconnects the deployed application.
Problem Solved. In app.module.ts: Add imports: import { HashLocationStrategy, LocationStrategy } from ’@angular/common’; And in NgModule provider, add: {provide: LocationStrategy, useClass: HashLocationStrategy}
This will add a ’#’ to the path. If you know a better solution, please let me know!
You are right.
If you don’t want ’#’ in the URL, then you have to serve index.html for the initial browser request whatever the URL is for that initial request.