822 comments found.
how to build prod
Unknown option: ‘—environment’
have you tried “ng build—prod”?
I have a question about upgrading. I’ve been integrating and updating a previous of the egret template (remove un-needed items and such).
However, with the new version 11 of egret – i’m not sure how to upgrade or apply those changes to what I’ve been working on.
Any suggestions?
Thanks, Leo
Hey, I suggest you to upgrade your project’s angular version by following https://update.angular.io
I did the same thing to update the template. So don’t worry about the template just update your project.
Please, I need a demo projects to decide
Hi, Full demo project is included in zip file.
Hello. I bought your dashboard on october and now i am using it for my web store. However I have a very wierd behavour: Navigating in mobile, once I scroll down with my finger and get the bottom of the app, then I can not scroll up back to the top. It happens on all views. What do you think is going on. I have read that there are some scrolling problems with angular material but only on tooltips and this is happening in all views. If you want I can send you a video with the behaviour. Just tell me where.
Best regards,
Juan Jara.
Hi, You can send the video at support@ui-lib.com
Hi. We want to use your template in a SignalR Client project. Can you integrate this library to your template’s dependency? Thank you.
Hi, Sorry for late reply. Unfortunately we don’t have plan to add SignalR implementation. As Egret is a standard angular CLI project, you can easily use SignalR.
This article may help you https://code-maze.com/netcore-signalr-angular/
Thanks
HI I am wondering how to navigate to signon page and then to admin page when we run the application (ng serve -o) I am not interested to navigate to home page.
What should I do to navigate to sign in/on page and when signed on, it does automatically to go to admin layout just like normal application.
I appreciate it Many Thanks h Shah
Hi, Sorry for late reply.
Check line 64 in app/views/sessions/signin/signin.component.tsthis.router.navigateByUrl(this.jwtAuth.return) you can change it to like this.router.navigateByUrl('/dashboard'), this will redirect to ”/dashboard” route after signin.
Also update first item of “rootRouterConfig” in app/app.routing.ts.
{
path: '',
redirectTo: '/dashboard',
pathMatch: 'full'
},
...
This video may help you https://www.youtube.com/watch?v=-Y6DoRujvAk
Thanks
Hi after upgrading to angular 11 getting error Property ‘layoutConf’ is used before its initialization.
We’re going to update to v11 soon, till then please use v10. Thanks
Hi When i create any component it gives the error on export class ComponentName{ } the error stated that “Experimental support for decorators is a feature that is subject to change in a future release. Set the ‘experimentalDecorators’ option in your ‘tsconfig’ or ‘jsconfig’ to remove this warning.ts(1219)” kindly help me to resolve the issue
Check you have tsconfig.base.json file in project root & file contains this configuration
{
"compileOnSave": false,
"compilerOptions": {
"module": "es2020",
"outDir": "./dist/out-tsc",
"baseUrl": "src",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2016",
"dom"
]
}
}
i have file with same configuration but error is not resolved
Hi, this is a warning and it’s not going to create any bug. Something wrong in your code editor or system, please follow this thread https://stackoverflow.com/questions/38271273/experimental-decorators-warning-in-typescript-compilation
thank you the issue was in VS Code. Your work is awesome. Giving you 5 star .
Thanks 
What is the dark theme not exists in the newer version?
New version has dark theme, name is “egret-navy-dark”. this is initiated in src/assets/styles/scss/themes/_init.scss line 202
Hi. When I start the app i get the following snack bar appear: “You don’t have access to this page!”. I I removed the home, demo page. How to fix this? I need your assistance ASAP
I am still waiting…
When I’ll get my support? Really over 3 days passed and nobody answered me, I had an urgent issue…..
Your support is very slow.
I will wait for your support today at very latest
Hi, sorry for the late reply. are you using role based authentication?
if not, remove “canActivate: [UserRoleGuard]” from all routing files.
e.g. app/views/dashboard/dashboard.routing.ts has that in line 16
In the seed-project folder there is the full project
you can delete all the folders inside “views” folder except views/sessions, views/others and views/search-view.
Hi I am trying to npm install your angular application but I get git error. I dont want to install git at the moment and I just want to run the application. what can I do to bypass that.
Also how can I have access the github repository of the code after purchase. I just downloaded the code one off but I want to get latest code when ever I want. How is that possible
Thanks H Shahi
“css-star-rating” package is coming from github. you can remvoe that from package.json. also you need to remove ecommerce module as this module using that package or if you need ecommerce module you need to replace “css-star-rating” package with another one.
Can I get this template that will work with Angular 8? Reason is I do not want to break my existing App that is all built with Angular 8 and no plan to upgrade to Angular 10 anytime soon. Please advise. Thanks!
I’m not certain about that it will work without any issue. But you can make it work by making a very little changes. As far as I remember I did not make any big change to upgrade from 8 to 9 and 9 to 10.
Thanks
Hi
To purchase Exgret – Angular 10+, must you have a GitHub account to access the code base Many Thanks
h shahi
You don’t need a github account. You can directly download from your themeforest account.
Hello,
How can I add my own global css? I tried in styles.css but I cannot see the effect in my components.
Regards,
Joey
Create new scss file inside /src/assets/styles/ then import that file into app.scss
I created new scss file inside the folder you specified but still it does not work.
@import "myStyles";
Thanks
Hello! Do you have access to the repository of HTML version (non Angular) your template.
Regards Andrey Beresnev
Right now we don’t have repository to share. And we’re not offering HTML version with angular.
As you bought the during offer time. I’ll share the files with you. Can you share your email? Thanks
Hi, what are the changeLogs and the update of the new version?
Please check here, http://egret.ui-lib.com/angular/changelog/index.html#demos
Egret is fully support Angular 10 now?
Yeah, Egret supports angular 10.
Hello, Am planning to purchase this theme, but I notice in RTL the arrows is not correct. I have attached images for them
https://ibb.co/sKNpzLq even in side menu they shows as back arrow https://ibb.co/kMYNSdVHi, these arrow can be easily fixed by CSS, we’ll fix those in next update.
Issues are fixed. Please check last update. Thanks
Thanks.. please guide regard the update… because I have download the seed project.. and I am already using it… how can I update without breaking the files
Get github access from here http://githubaccess.ui-lib.com/ then follow the changes from commit “fixed rtl issues”.
Hello,
I deployed the Egret Angular template in IIS. My problem now is that the items of menu are NOT visible. Please help me how to resolve this issue.
We can not help you without looking into your issue, can you share your deployment? Thanks
I was able to resolve it by creating new website in IIS. Previously, I deployed it in default website. From there I created an application.