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.

Hi – we are unable to compile the project. We get the following error:

npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git npm ERR! errno ENOENT npm ERR! enoent Error while executing: npm ERR! enoent undefined ls-remote -h -t https://git@github.com/uilibrary/css-star-rating.git

Also it shows us some deprecated libraries. For example core-js@2.4.1. Is there any plan to update them?

Thank you Kai

Do you have git installed?

Thank you – installing Git and restarting the command line helped. Shoud be mentioned within the manual.

I’m going to mention this is doc. Thanks

Hi iam trying to integrate the landing page Evelyn with the dashboard Egret, but i can not get it working, do you have a guide for these?

Thanks in advance

Please open README.md file of angular-landing’s project root. You’ll find the integration guide.

Buy a license for this template and the “Buy” button still appears in the footer, as I remove it

Hi, this is the path of footer component app/shared/components/footer/footer.component.html, please check you are editing right file.

Hi. I purchased your theme. I liked it. But i cant find, how can i use language json file in .ts file in snack bar component? Please help me.

Hi, here is the documentation of translation module. please check https://github.com/ngx-translate/core#5-use-the-service-the-pipe-or-the-directive

Hello.

I noticed some vendors selling back end modules to your template front end. Do you know of any modules that work with this template that has AWS related functions for serverless development ?

Thank you. If I can please ask one more question., Is the template compatible with earlier versions of Angular such as 8. We are using to connect to AWS Amplify and there’s a compatibility issue with Angular 9+ so we much revert to an earlier version. Thank you for your help!

Yes, you can revert back to Angular 8. But we only provide support for latest version. :)

thank you

Hello. I’m interested in your Angular 9+ Material Design Admin Template. I just have 2 questions. a) I need to build an e-commerce site and sell my products using an admin look and feel. Do I have to purchase the regular or extended license ? b) does the downloadable license include all the pages ready that is showing in the demo ? Thank you.

Hello, I see you already purchased the template. You can build eCommerce site & downloadable has all the pages like demo.

You can use the eCommerce module of the template. You need to build your server/REST api.

I am unable to get flex styles on mat-dialog, can you please suggest me how to proceed with this..

Looks like flex-layout has issue in mat-dailog. You can use css flex inside dialog.

Hi. The documentation website is currently not running. Thank you and best regards

We changed the server and DNS record. It’ll be live soon.

Can you add me to github? I would like to make a PR for small fix. dinohorvat is my username

Get access from Here http://githubaccess.ui-lib.com/ Thanks

hi, thank you for the template, can you add me to github, my id is mostafazr

Get access from Here http://githubaccess.ui-lib.com/ Thanks

How do I add custom services in the app, It is throwing a cyclic dependency issue .

Ref: https://github.com/mh-rafi/egret-angular/issues/28

Hi, please help! after i dockerize the app it won’t pass the home page, when i try to manually go to dashboard it says , page not found, here is how to dockerize the file
  1. STAGE 1: Build ### FROM node:12.7-alpine AS build WORKDIR /usr/src/app COPY package.json ./ RUN npm install COPY . . RUN npm run build
  2. STAGE 2: Run ### FROM nginx:1.17.1-alpine COPY—from=build /usr/src/app/dist/ctangularspa /usr/share/nginx/html

Wen you hit an url(not the app root) like ”/dashboard”, your server need to respond with index.html file. otherwise you’ll get 404 error. So i think you need to configure docker.

npm install with error npm ERR! Unexpected end of JSON input while parsing near ’...pndZhluMaFQHywq3\nEdY’

run
npm cache clean --force
npm install
if not work then delete npm cache folder and reinstall node latest version and try again hope this helps https://blog.icetutor.com/npm-warn-deprecated-core-js2-6-11-core-js/  Thanks  

thank you! wanderful

please add me in github. my id is joldao

Get github access from here http://githubaccess.ui-lib.com/ Thanks

Dear Sir. Congratulations on the template, it is very well designed and meets all my needs. But I have a doubt. Can I create my project based on the full folder? or can i just create using the seed-project? I wanted to use the store with a cart and I have faced problems with routes and others. Is there a website with components and codes? Please guide me.

---in Portuguese, Brazil-----—-

Caro senhor. Parabéns pelo template, está muito bem elaborado e atende todas as minhas necessidades. Porém tenho uma dúvida. Eu posso criar meu projeto com base na pasta full ? ou só posso criar usando o seed-project? Pois queria utilizar a loja com carrinho e tenho enfrentado problemas de rotas e outros. Existe algum site de vocês com os componentes e códigos? Por favor me oriente.

Hi, Sorry for the late reply.

You can start your project with full version, full version has all the pages inside views folder and they are included in app routing file. Seed version only has few pages(signin, signup, blank, etc)

Have you checked the documentation? I’ve also made video tutorials. http://demos.ui-lib.com/egret-doc/

Hi, today i recieved an email that you had updatet egret Template but where i can see what you had updated? Can i some how have access to an repo where i can see whats changed?

and the next question would be how is the best way to merge your update in my current Project?

thanks in advance Goran

You can get the github access from here. http://githubaccess.ui-lib.com/

It’s not good idea to update your project when the template releases a major update. But recently I just added JWT role based authentication. So it’s not major change and you can implement the update from github commits. Thanks!

Hi, I’m quite new with the platform, I’m thinking to add NGRX to my application, is possible? in another hand, you can explain to me, how can I add a login page to the application with his user name and password? Thanks for all.

Hi, you can add RGRX. If your project size small and don’t have a lot of data flow, you better use plain angular service instead of NGRX.

Yesterday I’ve added JWT authentication and role based authentication.

I’ve not created any doc for that yet, but wrote detail comments in jwtAuthService file. I’m working on creating an authentication video tutorial. I’ll put the video link in product page and in doc. Hope that will help. Thanks!

hi , i realy like the the blue dot and spinner. but i was able to find how i can add the same spinner (the round yellow and blue) while i am loging in (AuthLayoutComponent), can you please help me with that? Thanks!

This is the html for that loader

<div class="app-loader">
        <div class="spinner">
          <div class="double-bounce1 mat-bg-primary" />
          <div class="double-bounce2 mat-bg-accent" />
        </div>
      </div>

You can create a component or use this HTML to show loader when logging in.

i know the html code, but my question is where do i paste this html code?

Problem: Unable to run the Angular web app because npm packages are outdated and some are causing timeout errors

Error Message: > npm install

npm WARN deprecated core-js@2.4.1: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. npm ERR! Response timeout while trying to fetch http://10.1.20.185/npm/private-npm/npm (over 30000ms)

npm ERR! A complete log of this run can be found in: npm ERR! C:\AppData\Roaming\npm-cache\_logs\2020-04-23T04_18_35_486Z-debug.log

npm ERR! Response timeout while trying to fetch http://10.1.20.185/npm/private-npm/angular-calendar (over 30000ms)

npm ERR! A complete log of this run can be found in: npm ERR! C:\AppData\Roaming\npm-cache\_logs\2020-04-23T07_03_11_932Z-debug.log

Have you solve this error? I just test now, everything installing as expected.

Hi Support, I downloaded the latest version but I am still getting the same error on the npm packages:

PS C:\_DEV\_THEMES\Egret-v9.1.0\full> npm install npm WARN deprecated core-js@2.4.1: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. npm ERR! Response timeout while trying to fetch http://10.1.20.185/npm/private-npm/npm (over 30000ms)

npm ERR! A complete log of this run can be found in: npm ERR! C:\AppData\Roaming\npm-cache\_logs\2020-04-25T14_11_46_090Z-debug.log PS C:\_DEV\_THEMES\Egret-v9.1.0\full>

Which node and npm version you are using?

I developed a project with this template . Nice Experience . But when project is Load on new browser it takes More time to load…any Solution for this ???

Project takes time when you load directly all the modules including third party modules in app module.

you can reduce startup load time by using lazy loading. That means you need to load third party modules in child modules where that plugin/module is required.

This article might be helpful https://alligator.io/angular/angular-webpack-bundle-analyzer/

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