822 comments found.
JWT Interceptor is not working for me
Hi, please send an email to support@ui-lib.com, also please share screenshots/screenrecordings if possible.
Theme is very outdated, Angular 19 is more than just standalone, and flow, and you didnt even do standalone components right. You need to update inject, get rid of modules, get rid of guards that use classes among many other things.
This is extremely oudated, and you have been promising an update forever. I can update this for you for 50$ in 2 hours.
I recently purchased your template because it was advertised as updated to the latest Angular 19 tech stack. However, after reviewing the code, I noticed that it still follows the older module-based architecture and does not seem to utilize the new standalone components or the updated control flow syntax introduced in Angular 19.
Could you please let me know when we can expect an update that fully supports Angular 19 features, including standalone components and the latest control flow syntax? This is important for me to keep my project aligned with the latest Angular best practices.
Thank you for your support and looking forward to your response.
Hi, We’ve updated most of the components to standalone components. In the next update we’ll use control flow syntax. Hopefully we can update within 5/6 weeks.
You can send us an email to support@ui-lib.com, we’ll notify you as soon as we release the update.
I have stopped using this template because I got no answer since its Evelynn landing part haven’t been updated for more than two years, can you please update it so we can consider reusing it.
Hi, We’re going to update soon. for faster response please contact at support@ui-lib.com, our support team will assist you. Thanks
in last version topbarcolor cannot be changed… or iam missing something? in layout.service topbarColor: ‘green’ – has no effect
ask here https://support.ui-lib.com/ thanks
Hi, How can I also change the default language? Now it is eng. I want to change to another angular by default.Appreciate your help.
please renew your support . thanks
I renewed, now can you please answer my question. Thanks
You can change the language in ngOninit of app/shared/components/header-side/header-side.component.ts
Hi there, How can I make the template RTL by default.Thanks
Hi, You can do that in layout.service.ts, please follow this doc http://demos.ui-lib.com/egret-doc/#layout
if i buy this ,,do i need to buy a dinamic landing page or this dash will work without?
This Dashboard is Standalone Project. thanks
Is there any new version that supports angular 15?
not yet
When I am trying to build new component or module using angular CLI it says ‘Project “undefined” does not exist.’
Please follow this https://github.com/angular/angular-cli/issues/22332#issuecomment-990550694
I created a ticket and this guy is just saying to use yarn lolll
I used yarn and I got the small application to work (seed) and copied the “src” file over.
That seemed to work, just putting it out there for anyone having issues.
If your issue was installing the dependencies then yarn is the solution. If you have different issue please share the details.
the author should really fix the npm errors rather than suggest to use yarn – many of the npm packages are out of date and they should be updated for example the angular-flex and cdk they are out of date
Please create Your ticket here : https://support.ui-lib.com/help-center/tickets/new thank you
For all are getting troubles installing the proyect do these:
- https://classic.yarnpkg.com—> install yarn
run these comand on the proyect folder:
- ng config cli.packageManager yarn
these is for config locally
then run these comand:
- yarn install or yarn
Thanks for the instruction. 
Good morning, I bought the project template, but when I run “npm install” there are many errors and node_modules does not installa correctly… Then I can’t use this template…. I need help for this error
Do you have git installed? if npm create issue can you try yarn?
I fixed the problem, now I need to add DataTables.net into my project, but, when I try to install the library I get following error “fatal: unable to access ’/var/root/.gitcinclude’: Permission denied”
This might with with your system. You may need to change your file permission.
I am getting lot of error while deploying it, may i have documentation to deploy the same
here is the doc: https://demos.ui-lib.com/egret-doc/
You need to run “npm run build—prod” to build your project.
PS C:\Users\Ruben\Desktop\Egret-v13.0.0\seed – copia> npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: egret@13.0.0
npm ERR! Found: @angular/common@13.1.1
npm ERR! node_modules/@angular/common
npm ERR! angular/common“13.1.1” from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer angular/common“^6.0.0 || ^7.0.0 || ^8.0.0” from @agm/core@1.1.0
npm ERR! node_modules/@agm/core
npm ERR! agm/core“1.1.0” from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with—force, or—legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\Ruben\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Ruben\AppData\Local\npm-cache\_logs\2022-02-16T02_29_07_117Z-debug-0.log PS C:\Users\Ruben\Desktop\Egret-v13.0.0\seed – copia>
not working Angular CLI: 13.2.2 Node: 16.13.2 Package Manager: npm 8.4.1 git version 2.35.1.windows.2
Can you try yarn?
Hello, I downloaded it, however we cannot use this it gives us error.
Binary git missing
Do you have git installed on your computer?
how can i use this template ??
Hi, please follow the doc, doc also includes video instructions http://demos.ui-lib.com/egret-doc/
Hi, I can’t do npm install with success via remote hosting. It shows to me an error:
npm ERR! code ELIFECYCLE npm ERR! syscall spawn npm ERR! file sh npm ERR! errno ENOENT npm ERR! egret@13.0.0 postinstall: `ngcc` npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the egret@13.0.0 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
I am trying to install seed but also with full version there is the same problem.
My git version: 1.8.3.1 Node: 14.18.1 NPM: 6.14.18
Can you try yarn?