822 comments found.
Please add me and my developer to Github project Github handle nayan and praveenkr94
Hi, you will get access of GitHub repo for one account for a purchase. Please let me know which one should I add to GitHub.
please add nayan (https://github.com/Nayan)
Invitation sent! please check your github account. 
you are super
thanks I got it, i get only on email, does not show anything on Github account
how i can directly generat component like app-chats or other like this …
There is no angular cli command for that. you need to copy that from full version to your project.
How would one create a printable invoice page? Is it possible to print only the main body of the page (excluding the sidebar and title)?
You can print any section of a page by only using CSS, please check out this StackOverflow link https://stackoverflow.com/questions/468881/print-div-id-printarea-div-only
Thanks for the prompt reply. it would be great if this could be incorporated into the theme directly.
I need to intergate it with angular 3. What modifications should i made in order to make this theme working in my current angular 3 webapp, without doing much modifications? Any help is appreciated .
I need the json package file for angular 4, as i am facing many dependcies issue. Please help.
It would be better if you upgrade your existing application to angular 5 first then merge the application and template.
Hi,
.mat-card { transition: box-shadow 280ms cubic-bezier(.4,0,.2,1); display: block; position: relative; padding: 10px; border-radius: 2px; }
i couldnt find this styles in scss style sheet.
How is change these styles?
mat-card is a material component and that style comes from @angular/material package. you need to write your CSS to overwrite these. Please check Angular material https://material.angular.io/
Hi Thanks for response
i understand that. but when i overite the style. i want to overite custom style sheet or i need to overite egret_indigo.scss & egret_dark_purple.scss. what is professional way to do that.
You can edit these theme files directly, no problem with that. you can also add new css in any theme file.
I just sent invitation 
Do you include the entire project including typescript classes?
It’s a complete angular CLI project. You will get three project folder for full, side and top navigation, what do mean by ‘entire project including typescript classes’ ?
It includes all object.component.ts files etc.? Or only transpiled JavaScript files? I setup with npm install?
it includes all the ts class(components, services, directives, pipes etc) files.
Dear, Could you please add me on github repo? My username is rickdroio. Thanks
Invitation sent! 
Hi Author! Thanks for your great works. Anyway after successfully installed, I want to change page title. I have duplicated dashboard folder in view and rename to home, Then I have added routes for that new page. Anyway, I want to change title to “Home | my-project-name”. Anyway, it still shows “Home | Egret”. How could I change to what I want? Thanks in advance.
Please open ‘src/app/app.component.ts’ and change the value for ‘appTitle’.
Thanks
Hi,
how can i get only Top navigation set up
Hi, please check out seed-top-navigation in your downloaded folder. that seed project is prepared for Top navigation.
i need only Title Breadcrumb (Top Nav) template but not side bar other things..so how can i get only that template
Please check out and follow this section in doc http://egret-doc.mhrafi.com/#layout You can change the layout by simply changing options in LayoutService.
Hi rafi, ngx-datatable is not updating with new row.but counts at the bottom left are showing correctly
Hi,
Is there any chance I can see your code? though it might be a ngx-datatable issue, I’ll try to find out what’s happening.
ya sure….if possible can we connect through any screen sharing software ?
it would be better if you can share in https://bitbucket.org/mh-rafi/ or share with other private git repositories.
Getting Could not find Angular Material core theme. Most Material components may not work as expected. For more info refer to the theming guide: https://material.angular.io/guide/theming
Including @import ”~@angular/material/prebuilt-themes/indigo-pink.css”; into _themes.scss passes but doesn’t use any egret themes
Please download the latest version. ”~@angular/material/prebuilt-themes/indigo-pink.css” is not included and used anymore.
Hi, I am using the seed-side-navigation project and did npm install and ng serve. I am getting a warning in the browser console (chrome): core.es5.js:139 Could not find Angular Material core theme. Most Material components may not work as expected. For more info refer to the theming guide
The page looks fine and everything is working. I ran the ‘full’ site and I don’t get the warning there. I looked in the theme files and they all include mat-core(). any clue?
I haven’t changed any of your files yet and I am using the latest version from themeforest.
Can you delete node_modules folder and package-lock.json and run ‘npm install’ ‘ng serve’ again? I’ve just checked the latest ‘seed-side-navigation’ from ThemeForest. It’s working.
I have done that and nothing changed. I googled a bit and I believe it is related to the timing of the processing of css files in the browser which may be different from computer to computer. see https://github.com/angular/material2/issues/4125 Since there is no visual or functional impact, I disabled the warning using MATERIAL_SANITY_CHECKS
Great! thanks.
Hi, I have convereted the angular project to cordova, and when built for mobile, its working , but the material icons are not loaded with some specific security issues.
Please suggest us to proceed further.
Thanks
I have not tested it for Cordova. what is the error message showing up? I’ll try to find out the solution.
Scroll bar is not working on the left hand side menu when it is in icon mode. I am not able to scroll down to see the icons at the bottom. I can see the same issue in your demo page also. This is happening in all the browsers(Chrome, Firefox and IE 11). Can you please take a look.
Menu container requires ‘overflow: hidden’ for scroll. but ‘overflow: hidden’ hides the submenu items when it’s icon mode. so it’s a trade-off. And typical application won’t have a lot of menu items that require scroll. also, icon mode menu needs less space vertically.
Hi,
I’m facing a very strange kind of error with my side navigation bar. Following is my nav bar:
1) [Dashboard] 2) [Layer 2] 2.1) [Layer 2.1] 2.2) [Layer 2.2]
When I use router.navigate[“dashboard”], the state of nav bar is following:
1) Dashboard 2) Layer 2
Now when I click Layer 2, it does not open the sub layers on first click. But when I click it twice, it opens.
What could possibly be wrong here?
Is it possible to share your code with me? It will be easier for me to track down that bug.
My email: mhrafi.dev@gmail.com bitbucket: https://bitbucket.org/mh-rafi/
Sent you the details on you email
You should tslint your code, there are lots of errors and warnings
That’s right. I’ll resolve this in next update. I think I can release next update in this month.
if you haven’t accessed the git repo, let me know your github username.
Thanks
Right now alot of things are hardcoded in – like the navigation links etc. Would be nice to have a separate JSON file so they they can be edited outside of the code easily. Github: rezamohamed
right, I’ll also separate the mock data in json file. I’ve added you to github repo.
Thanks
after i enter to http://localhost:4202/dashboard i have probleme with text in menu no text but after i change language to spanish i see text
the probleme in first charge of page
Have you changed versions in package.json? if not, can you tell me the versions of npm and angular CLI installed globally in your computer?
i dont change the version in package.json global Angular CLI version (1.7.1) npm 5.6.0
this probleme found too on your demo version in themeforest
I just have checked demo on other computers and browsers. everything looks good. It seems it an issue with your browser. Which browser and version are you using?
no i dont have any probleme in my browser i test your online demo in : - chrome - firefoxe - opera - explorer + other computer
always the same probleme in first load of dashboard
Can you take a screenshot when issue arises and share with me?
I’ve tested on Windows 7 and 10. Also tested on mac but I forgot the Mac OS version. Everything was working fine. Which OS are you using?
I just tested here https://www.browserling.com You can also check out.
in this web site its work but i tested in 3 computer same probleme may be somthing not correct in your code
an other thing the script not work on firefox , just blank page i tested in https://www.browserling.com and https://www.rabb.it not work
I know you are facing issue. But I’ve tested on lots of computers and remote computers(VPS). And hundreds of users are purchasing this template after viewing the demo.They never found an issue like this.
If I could recreate the issue somehow, I would resolve this. I couldn’t also recreate this.
any way i see the issu in first day and i purchse because i now that any issu have solution if you dont want to help me in this issu in no probleme but you have the issus in your scripte - first one is text menu in first load - secound all script not work on firefox
definitely I want to help you. But you are facing something very rare issue I think.
I’ve spent hours to find out the issue you are facing, I’ve not found anything like the screenshot you shared.
here is the firefox test URL https://www.browserling.com/browse/win/7/firefox/58/http%3A%2F%2Fegret-angular.mhrafi.com%2Fdashboard
it’s working as expected.
i found somthing http://prntscr.com/irqrq2 the probleme from timezone set fr and ask for fr.json i add fr.json as copy from en in assets\i18n but not work ??
ok, you have added the French language. I’ve just done what you have done. it’s working fine. if you want I can send it to you.
ok is work English as fr hh but how to set the selected language as default ex: if my browser select fr i need to see Franch now my browser automaticly select fr and use fr.json but in top bar i see English how to fix that
paste this inside ngOnInit in HeaderSideComponent this.translate.use(this.currentLang)
and also change the value of currentLang = ‘en’;
We are a Software product company in Pune, India. We are looking for high quality design Admin templates to beautify our dashboard UI UX design which will look nice, sleek, intuitive, minimalistic, lively to the viewer for our dashboard, with PSDs and Html screens.
Pls get in touch with us if you are interested in creating a sample design template for us. We would first like to see your dashboard designs, creative work and then get on a call with you to take this association of freelance assigning with you. Kindly direct us to your work assignment showcase and send your contact details. This is pretty urgent!
Our contact – sapana.sharma@celoxis.com
Hello Rafi,
Thanks for the good wok.
I am trying to get the left hand side navigation data from an external service. I understand I have to replace the hardcoded menu items in navigation.service.ts file. When I try to populate iconMenu array from a service call from the constructor, sidebar-side.component.ts is failing because it is subscribed to menuItems$ in navigation.service.ts but it is not yet populated. Do you have any idea where exactly to call the external service to populate iconMenu array in navigation.service.ts.
Thanks.
Actually you need to call “next” and pass items array when extarnal service call is completed. Like this this.menuItems.next(this.iconMenu);
Thanks for your help. I am still getting the same error after I put in the suggested change. It looks like the code inside ‘sidebar-side.component.ts’ is getting executed before my external service returns the menu data. I am calling the external service from the constructor of navigation.service.ts. Here is the exact error for your reference.
ERROR TypeError: Cannot read property ‘filter’ of undefined at SafeSubscriber.eval [as _next] (sidebar-side.component.ts:27)
It looks like menuItems variable inside sidebar-side.component.ts is not populated when the code is executed. I can see the icon menu data is getting loaded after this exception.
Here is the code snippet for your reference. I am calling this piece of code from navigation service’s constructor.
navigation.service.ts:
this.http.get<IMenuItem[]>(url).subscribe( data => { this.iconMenu = data; this.menuItems.next(this.iconMenu); this.logger.info(this.iconMenu); }, (err: HttpErrorResponse) => { if (err.error instanceof Error) { this.logger.error(‘An error occurred:’, err.error.message); } else { this.logger.error( `Backend returned code ${err.status}, body was: ${err.error}` ); } } );
sidebar-side.component.ts:
line 27: this.hasIconTypeMenuItem = !!this.menuItems.filter(item => item.type === ‘icon’).length;
Please let me know if you need more information. Thanks again for your help.
I found the reason. I forgot to initialize iconMenu variable after I remove the hard coded items. It is working fine now with your suggestion. Thanks for your help. Great work…
Great! 
Any chance you can add a footer for copyright on all pages, as well as a button to pull to the top of the page if scrolled down?
Yeah, These are in our roadmap.