822 comments found.
Hi there! Thanks for the awesome template.
I bought your theme. I am trying to use it with Angular Universal.
Are there any Libraries, I should worry about?
Any pointers on how to get the theme Angular Universal, I will appreciate it.
Hi, It’s a standard @angular/cli project. I’ve not used any browser global variables which is not available on server side. So you can use angular universal standard approach. Let me know if you find any issues.
Thanks
I get this error when I try to use it. ```ERROR in ./dist/app-server/main.js Module not found: Error: Can’t resolve ’.’ in ‘E:\websites\app\dist\app-server’ @ ./dist/app-server/main.js 96:17-29 @ ./dist sync ^\.\/.*\-server\/main$ @ ./server.ts```
I am not sure from which of the modules or code portion it’s coming from.
Thanks
There is something wrong in your implementation. it’s saying can not resolve ’.’ in dist/app-server
here is the angular official guideline https://angular.io/guide/universal#2a-add-universal-support-to-your-app
I found out what was causing the problem. ngx-datatables. One of the files, utils/tree.ts was importing something like this var _1 = require(”.”).
Hello, already purchase the template, can you add me to github repo? my user is fr4nk-dev
Invitation sent! https://github.com/mh-rafi/egret-angular/invitations
Hi, How do I activate the light blue theme ?
Thanks, Hamlet
open “app/shared/services/theme.service.ts” change variable “this.activatedTheme” inside “applyMatTheme” methode. Thanks
Hi, I just bought this template [ Egret – Angular 7+ Material design Admin Template ] And I would like to know how can I make it work on Angular 6.
Thank you, Hamlet
You can change the versions in package.json and reinstall all the dependencies.
Hello, this is my github username: fgava. Please invite me to the repo, thanks.
Invitaion sent! https://github.com/mh-rafi/egret-angular/invitations
Hi, You need to buy this template before you get access to the repository. Thanks
Hi, could you please invite me to the github repo: mrpdean
invitation sent! https://github.com/mh-rafi/egret-angular/invitations
Is the template built using Reactive forms?
Yes, This template uses reactive forms.
Hi, my github id is cyberlahy. thanks
invitation sent! https://github.com/mh-rafi/egret-angular/invitations
Hi, i have a license and would like to request access to github. My id is moshtarek Thanks!
invitation sent! https://github.com/mh-rafi/egret-angular/invitations
Hi Rafi !
i use egret since version”: “1.1.1”,. i had already updated to “version”: “5.0.0”. But This day 18/11, i tried to update to “version”: “6.1.10”.
in my project i used your Seed-project. Today i have tried to change only my package.jon and i have taken your last package.json ( “version”: “6.1.10”.)
unfortunately i have the message
- Angular Live Development Server is listening on 0.0.0.0:4201, open your browser on http://localhost:4201/ ** 91% additional asset processing scripts-webpack-plugin× 「wdm」: Error: ENOENT: no such file or directory, open ‘C:\Users\MAREUIL\backend\v02\node_modules\perfect-scrckend\v02\node_modules\perfect-scrollbar\dist\js\perfect-scrollbar.js
what solution have you got ?
Bests regards
Hi Rafi ! yes… i see the problem ! it come from a new organisation inside angular.json file… it is preferable that a use like you ” src\assets\styles\apscss ???.
May be that i have miss out a stage to do properly a update between your releases… Best regards
my github name: antonyfrance
invitaion sent! https://github.com/mh-rafi/egret-angular/invitations
you can use the absolute path like “src\assets\styles\apscss”, VS Code auto import also uses this.
Thanks
Hi, my Github username is danielsharvey – may I be added please. Thanks!
Invitation sent
https://github.com/mh-rafi/egret-angular/invitations
i have recently brought egret-angular-4-material-design-admin-template template in the changelog it is said that landing pages were included but after purchase of theme i could not able to find the landing page. can you help me with this issue
I added Landing page then removed again because themeforest does not allow to include landing page with admin template. They sent me a notice to remove that page.
Thanks
I have checked that log and then proceeded to purchase as it contains both admin template and the landing page. can you provide us the landing page.
You can access the github repo of egret and get the old version of this template from git history. I need your github username.
Thanks
Hi Rafi, my github username : dharani-sahu
invitation sent! https://github.com/mh-rafi/egret-angular/invitations
i have recently brought egret-angular-4-material-design-admin-template template in the changelog it is said that landing pages were included but after purchase of theme i could not able to find the landing page. can you help me with this issue.
When do we be expecting angular 7 update
Hopefully I can update within one week. Thanks
Nice work! I look forward to using your template in my next project. Please send my GitHub invite to StealthStartupLabs. Thanks and keep up the great work!
Invitation sent! https://github.com/mh-rafi/egret-angular/invitations
Hi! When will you upgrade to Angular 7? I also suggest using the datatable of the Angular Material. He looks very good.
Yeah, I’ll update and add material table. Please wait few more days. I’m working on a new product.
That’s great! Almost I was buying this template from your competitor:
https://themeforest.net/item/emporium-angular-material-design-ecommerce-template/21668189So I’ll wait for you first!
You can buy that if you need. I’m building another admin template 
Hi, i have a license and would like to request access to github. My id is mpineda-coh. Thanks!
Invitation sent! https://github.com/mh-rafi/egret-angular/invitations
Thanks. You have an awesome product!
HI, can you help me how to set sidebar hidden for specified pages and to change the default preloader
For sidebar autoclose, open “app/shared/services/layout.service.ts” and include the route inside “fullWidthRoutes”.
For preloader, open “app/shared/components/layouts/admin-layout/admin-layout.template.html” then find “view-loader”. You have to customise its CSS inside “assets/styles/scss/main/_scaffolding.scss”.
Thanks