822 comments found.
Hello,
I want to know if I have purchased a license applying it to my commercial project which has any limited? Expect for your reply.
Maurice
You need one license per project. If your end customers are charged for using your product/service then you need to buy extended license, regular license won’t work. Please check this https://themeforest.net/licenses/standard
Hello, thanks for your reply, and please tell me how to buy extended license and how to use it when I deploy an application for end customer? If you have an instruction give me a copy please.
You can start development with regular license. When you deploy and start charging your end customer you just need to buy an extended license. Files are same for both regular and extended license. extended license will give you permission to charge you customer.
How Can I change the loading spinner with a Logo and around a spinner?
You need to create your custom spinner and replace mat-spinner in /app/shared/services/app-loader/app-loader.component.html with your new spinner.
Hello, Please how can I change data retrieval from FakeDb to http for the following two methods in crud service:
updateItem(name, item) {
this.items = this.items.map(i => {
if (i.name === name) {
return Object.assign({}, i, item);
}
return i;
});
return of(this.items.slice()).pipe(delay(1000));
}
removeItem(row) {
const i = this.items.indexOf(row);
this.items.splice(i, 1);
return of(this.items.slice()).pipe(delay(1000));
}
You need to use HttpClient. updateItem method will look something like this.
updateItem(name, item) {
return this.http.put('my/custom/api', item)
}
You need to pass item id (item._id) to server using either the URL or the body of the request.
Hi ,
There was an error ‘Beacon API cannot load https://www.facebook.com/tr. The network connection was lost’, when I deployed the APP and login to backend application. But In develop mode, that means using command ‘ng serve ’ that work fine, I don’t know what’s wrong, give me some advice please, thank you!
have checked browser console? is there any error and all the resources(js/css) are loaded?
Hi, How Can I use {{“KEY” | translate}} feature per the component under in the folder sessions? I’m able to do it!
Initialize translateService in “shared/components/layouts/auth-layout/auth-layout.component.ts”. Example in “shared/components/layouts/admin-layout/admin-layout.component.ts” line 51, 52
Thank you, but I got error: Error: The pipe ‘translate’ could not be found! Error: The pipe ‘translate’ could not be found! How Can I fix it?
You need to include TranslateModule in sessions.module.ts
Done but some problems! Could you please explain better?
You need to include parent module of “translate” pipe to use this pipe. This should resolve your issue, what problem are you facing?
Could you please write the exact code to write in the module file? Is there any email or meeting possibility to fix the problem?
import { TranslateModule } from '@ngx-translate/core';
@NgModule({
imports: [
CommonModule,
FormsModule,
TranslateModule, //<---- added here
ReactiveFormsModule,
SharedMaterialModule,
FlexLayoutModule,
PerfectScrollbarModule,
RouterModule.forChild(SessionsRoutes)
],
declarations: [ForgotPasswordComponent, LockscreenComponent, SigninComponent, SignupComponent, NotFoundComponent, ErrorComponent, Signup2Component, Signup3Component, Signup4Component, Signin3Component, Signin4Component, Signin2Component]
})
Hi, I would like to know what is the best way to update the egret version of a project already started.
Hi, we don’t suggest to update the template of your project, you should update packages & Angular of your project. Updating template can be very messy and may break your project. Because the template itself is a project.
Though, you can see what’s changed by inspecting the commits from github & implement in your project. Thanks
Hi, is there any other way to contact you and give me support? I have screenshots to share with you and i can not do this in the comments page.
You can share screenshot here https://prnt.sc/ or mail us at support@ui-lib.com
Could you please provide me with what version of node/npm the Angular 10+ Material Design template is using? I’m getting per dep. issues all over the place.
I’ve update the template using Node v12.18.0 and npm v6.14.4
Hello author, Currently i am trying to connect to backend API from angular project but i got error message: Origin ‘http://localhost:4200' has been blocked by CORS policy. I cannot allow origin on backend server since i don’t have control on that server.
I have tried below scenario: 1. create file proxy.conf.json at the same level of package.json { ”/api”: { “target”: “https://api.backendserver.com/api”, “secure”: false } } 2. modified package.json “scripts”: { ... “start”: “ng serve—proxy-config proxy.conf.json”, ... } 3. Run project with npm start
Please allow CORS on server side, if you are using nodejs, check https://expressjs.com/en/resources/middleware/cors.html
I tried with above proxy setting but not work and i am not using nodejs and i cannot access server since it is not under my control.
Hi, I’m looking for Angular Theme Admin Panel (static data), Mobile Responsive with:
1. Ecommerce (Receipt Numbers, Invoices, Refunds etc) 2. Ecommerce Geographic Activity Map 3. Dashboard (Graphs etc.) 4. Tables (Horizontal Scrolling) 5. User Profile 6. Help Desk Ticketing 7. CMS (Image, Text, Video, Links, Embed Video etc.) 8. Chat 9. Activity Log 10. Forms and Widgets (Calender etc.)
*Must be able to Add Custom code and modify template/theme code
Does your Egret theme do this? Or can you recommend a theme?
Best, Karlind Cape Town, South Africa karlind@themagicmill.comHello,
I lost access to the Github repository (egret-angular). I received the email request to collaborate on the project. I thought i accepted the request but I can’t seem to access the repository anymore. Please resend the request.
What is your github username?
codeMonkey47
any update on this issue?
Please check https://github.com/mh-rafi/egret-angular
Thanks! I can access the project now.
Hi Im having Issue with safari browser , design is not working properly,& flex layout not working properly.
Which pages breaks on safari? can you share screenshots?
when removing the auth module and route to another module always get this error
ASSERTION ERROR: Reached the max number of directives [Expected=> 2 != 2 <=Actual]
Can you tell how I can reproduce this issue. What did you exactly removed?
First thank you for a great product and second I was hoping you could help me with a problem concerning the date control in iPhone Vertical position.
I’ve just checked datepicker on iPhone, looks good. Can you share screenshot?
How do I share screen shot? Also it has to be something I did that I need help with. Can you email me?
You can share screenshot using this tool https://prnt.sc/ or you can send an email to support@ui-lib.com
I’m able to run the html layout 3 template in both chrome and firefox without a hitch but in Edge I’m unable to load the scripts. The template doesn’t show any menu items except the icon sidebar in layout 3. The edge console gives me the following jQuery error :
SCRIPT1028: SCRIPT1028: Expected identifier, string or number vendors.bundle.min.js (3383,9)
SCRIPT5009: SCRIPT5009: ‘jQuery’ is not defined main.bundle.min.js (1604,1)
SCRIPT5009: SCRIPT5009: ’$’ is not defined doc.script.min.js (1,1)
SCRIPT12008: SCRIPT12008: WebSocket Error: Incorrect HTTP response. Status code 400, Bad Request
HTTP400: BAD REQUEST – The request could not be processed by the server due to invalid syntax. (XHR)POST – http://localhost:3000/browser-sync/socket.io/?EIO=3&transport=polling&t=NDTgLtz&sid=HiCXkN4dYgNk2raXAAA3
HTTP400: BAD REQUEST – The request could not be processed by the server due to invalid syntax. (XHR)GET – http://localhost:3000/browser-sync/socket.io/?EIO=3&transport=polling&t=NDTgLu4&sid=HiCXkN4dYgNk2raXAAA3
HTTP400: BAD REQUEST – The request could not be processed by the server due to invalid syntax. (XHR)POST – http://localhost:3000/browser-sync/socket.io/?EIO=3&transport=polling&t=NDTgOdt&sid=HiCXkN4dYgNk2raXAAA3
Can you kindly help with this please? Why is this not working with Microsoft Edge and Internet Explorer?
Hi! Its been more than a week and I have requested for support twice but no replies yet. The HTML 5 template doesnt work at all in Edge browser or IE. This is absolutely unprofessional. I blame Themeforest for wasting money and time.
Sorry for late reply. Edge browser don’t support js spread oparator. We are adding babel transpiling task to fix this problem.
Hi, we fixed the issue and updated the files. Thanks!
Hi, I’m trying to use the HTML version and I followed your instructions as mentioned in the docs but I get the following error when i run the command : gulp -layout3 .
Starting ‘buildCss’... [03:42:34] ‘buildCss’ errored after 32 ms [03:42:34] Error: File not found with singular glob: C:/Templates/themeforest-ZByvmeXK-egret-angular-4-material-design-admin-template/Egret-v10.0.0/html/build-tools/../undefined/src/scss/egret-design-system.scss (if this was purposeful, use `allowEmpty` option) at Glob.<anonymous>
Any Advice on this, please.
Hi, the command is “gulp—layout3”, you missed a dash.
Appreciate your timely help, I’m able to run the template now in both chrome and firefox without a hitch but in Edge I’m unable to load the scripts. The template doesn’t show any menu items except the icon sidebar in layout 3. The edge console gives me the following jQuery error :
SCRIPT1028: SCRIPT1028: Expected identifier, string or number vendors.bundle.min.js (3383,9)
SCRIPT5009: SCRIPT5009: ‘jQuery’ is not defined main.bundle.min.js (1604,1)
SCRIPT5009: SCRIPT5009: ’$’ is not defined doc.script.min.js (1,1)
SCRIPT12008: SCRIPT12008: WebSocket Error: Incorrect HTTP response. Status code 400, Bad Request
HTTP400: BAD REQUEST – The request could not be processed by the server due to invalid syntax. (XHR)POST – http://localhost:3000/browser-sync/socket.io/?EIO=3&transport=polling&t=NDTgLtz&sid=HiCXkN4dYgNk2raXAAA3
HTTP400: BAD REQUEST – The request could not be processed by the server due to invalid syntax. (XHR)GET – http://localhost:3000/browser-sync/socket.io/?EIO=3&transport=polling&t=NDTgLu4&sid=HiCXkN4dYgNk2raXAAA3
HTTP400: BAD REQUEST – The request could not be processed by the server due to invalid syntax. (XHR)POST – http://localhost:3000/browser-sync/socket.io/?EIO=3&transport=polling&t=NDTgOdt&sid=HiCXkN4dYgNk2raXAAA3
Can you kindly help with this please? Am i missing something basic here ?
Hello,
I installed version 10 of Angular template. I’m testing the full project so I can see the full features. After doing npm install and ng serve, I launched the browser. The welcome page of dashboard is not displaying. In console log I have this error: ERROR TypeError: ctx.layoutConf is undefined AdminLayoutComponent_Template admin-layout.template.html:5
I also these warnings: C:\My Software\Egret\src\app\shared\directives\egret-highlight.directive.ts depends on ‘highlight.js’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\src\app\shared\search\search.service.ts depends on ‘rxjs/BehaviorSubject’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\src\app\views\app-chats\chat.service.ts depends on ‘rxjs/add/operator/switchMap’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\src\assets\examples\chart\echart-bar\echart-bar.component.ts depends on ‘echarts’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\node_modules\rxjs\BehaviorSubject.js depends on ‘rxjs-compat/BehaviorSubject’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\node_modules\rxjs\add\operator\switchMap.js depends on ‘rxjs-compat/add/operator/switchMap’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\src\app\views\app-calendar\app-calendar.module.ts depends on ‘angular-calendar/date-adapters/date-fns’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\node_modules\echarts\index.js depends on ‘zrender/lib/svg/svg’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\node_modules\echarts\index.js depends on ‘zrender/lib/vml/vml’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\node_modules\ng2-dragula\dist\fesm2015\ng2-dragula.js depends on ‘dragula’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\node_modules\ng2-charts\fesm2015\ng2-charts.js depends on ‘chart.js’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\node_modules\angular-draggable-droppable\fesm2015\angular-draggable-droppable.js depends on ’@mattlewis92/dom-autoscroller’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\node_modules\dragula\dragula.js depends on ‘contra/emitter’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\node_modules\dragula\dragula.js depends on ‘crossvent’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\node_modules\@mattlewis92\dom-autoscroller\dist\bundle.js depends on ‘dom-plane’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\node_modules\@mattlewis92\dom-autoscroller\dist\bundle.js depends on ‘dom-set’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\node_modules\angular-calendar\date-adapters\date-fns\index.js depends on ‘calendar-utils/date-adapters/date-fns’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\src\app\views\dashboard\default-dashboard\default-dashboard.component.ts depends on ‘tinycolor2’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Hi, I’m not able to use correctly the AppLoader Dialog. I can start correctly, but I can’t stop; why? Could you please explain why?
Are you following the example? views/app-dialogs/loader-dialog/loader-dialog.component.ts
this.loader.close() closes loader dialog.
Hello. I was wondering if you have any files to update egret with angular 7 to version 10. thank you very much in advance.
Hi, It’s not recommended jump multiple version. Please check angular official guide to update your existing project. https://update.angular.io/
If you want to see what’s changed in Egret you can access github repo and view the commits.
Get access: http://githubaccess.ui-lib.com/ repository: https://github.com/mh-rafi/egret-angular
Hello,
I just installed the version 10 of Egret Angular Template. I’m trying to test the full project wherein it is having the complete features. I copied all files of full project and do npm install and ng serve.
Upon loading browser, the home page of main dashboard does not display. I’m having this error on console log:
ERROR TypeError: ctx.layoutConf is undefined AdminLayoutComponent_Template admin-layout.template.html:5
I also have these warnings:
C:\My Software\Egret\src\app\shared\directives\egret-highlight.directive.ts depends on ‘highlight.js’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\src\app\shared\search\search.service.ts depends on ‘rxjs/BehaviorSubject’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\src\app\views\app-chats\chat.service.ts depends on ‘rxjs/add/operator/switchMap’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\src\assets\examples\chart\echart-bar\echart-bar.component.ts depends on ‘echarts’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\node_modules\rxjs\BehaviorSubject.js depends on ‘rxjs-compat/BehaviorSubject’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\node_modules\rxjs\add\operator\switchMap.js depends on ‘rxjs-compat/add/operator/switchMap’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\node_modules\echarts\index.js depends on ‘zrender/lib/svg/svg’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\node_modules\echarts\index.js depends on ‘zrender/lib/vml/vml’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\src\app\views\app-calendar\app-calendar.module.ts depends on ‘angular-calendar/date-adapters/date-fns’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies client:135 C:\My Software\Egret\src\app\views\dashboard\default-dashboard\default-dashboard.component.ts depends on ‘tinycolor2’. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Pls. help me to solve this issue.
Regards,
Joey
Hi, we fixed the warnings and pushed to github, get your github access here http://githubaccess.ui-lib.com/