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,

This is very flexible template, and i am using crud-ngx-table module.

In this module, i want to add mat-select control in to the crud-ngx-table POPUP form. i am struggling since many days and its now working for me. I am new to Angular so its getting difficult for me to archive it.

Can you help me to give some sample code to add mat-select control on the popup form screen?

It’s very similar to other material form controls, check out this official example page https://material.angular.io/components/select/examples

you need to add mat-select component with formcontrol directive inside ngx-table-popup.component.html and also need to add a property inside itemForm of ngx-table-popup.component.ts

Thanks

Thank you Very much for your help. I am able to achieve this functionality. Thanks for quick response.

Hi,

I would like to buy the admin template. But i have a requirement of Angular5 not Angular6. Is it available?

angular5 version is in github, you can easily get old version from git checkpoints. Thanks

Hi, I just bought the template, please add me to the github: LeandroBarral.

I would like to inform you that there is a bug on the menu: when in minimal size (only icons), the container don’t scroll.

invitation sent! please check your github account.

scrolling require “overflow: hidden” css applied on container, but for compact menu we can’t use overflow: hidden, because submenu items floats outside of menu container.

you can call it a trade-off, I’m pretty sure most applications will not need scrolling because apps won’t have that much of items in sidenav.

Hi Rafi,

I am looking for the template but on Angular 5. Can I get it? Looking for a quick revert.

You can get old versions from git :)

Excellent code quality and support.

Thanks! Don’t forget to give a rating from your download page :)

Please add my username to github: L3xpert

I’ve sent you invitation. please check out your github account notification.

my github username is danieljcorreac

Invitation sent. please check out your github account notification. Thanks!

Hi, I’ve added a border-radius to the buttons and cards on this theme, but the animation is still the original one. I’ve tried to add a similar radius to the animation but can’t figure out how. Do you know how I could do this? Example of the problem: http://prntscr.com/jpqdpa

it looks like you need to apply overflow:hidden to the button.

HI sir I am using material design date picker. I need date format in dd/mm/yyyy. Date picker popup selection its working fine, but if i type manually not getting dd/mm/yyyy value.How can i fix this

Best regards Aslam Thayyil

Please add me to the github repository, my username is: mohammedyaseen, thanx

If you had already purchased this template using your another account, please comment from that account. So I’ll know you purchased :)

Please add l3xpert to github repo.

invitation sent! please check your github account.

I have used the seed project, and the scroll menu and scroll of main pages doesn’t show in the browser. Whats happen? How to solve? The full project is ok, but the seed appears not.

if your page content height exceeds window height then scroll bar appears. I just checked on seed project, working fine. are you using perfect-scrollbar? or disabled that?

The perfect-scrollbar is setted 1.3.0 in the package.json

Please visit http://cpro42455.publiccloud.com.br and click “Novo usuário” button att bottom. Now portraid your mobile and you see that scroll doesn’t apper. How can debug or check if scroll are true activated ?

scrollbar is not activated for session pages. You can install this package https://www.npmjs.com/package/ngx-perfect-scrollbar

setup your app.module like this https://www.npmjs.com/package/ngx-perfect-scrollbar#load-the-module-for-your-app-with-global-configuration

then import import { PerfectScrollbarModule } from ‘ngx-perfect-scrollbar’ inside your session.module

then use directive [perfectScrollbar] on parent container which you need to be scrollable.

I’m also updating template using this package.

Hi,

I am new to Angular and i just started exploring the template which you developed. This is amazing and in very short period of time, i am able to understand the functionality and using your template.

One of module “CRUD operation” example in template is good to start. This CRUD operation is fetching the data from the fakeDB. Can you please provide one service and component file which can fetch the data from the REST API? if you provide sample code then it will be great support.

Thanks & Regards, Amit Sindha

Hi,

Get data is working fine with below code,

import { HttpClient, HttpHeaders } from ”@angular/common/http”;

constructor(private http:HttpClient) { }

getItems(): Observable<any> { return this.http.get(‘http://localhost:3000/api/members'); }

But Post Data is not working. I tried lot of things, but no luck. Can you help me ?

below is the code, i used to post the data

addItem(item): Observable<any> { console.log(item); const headers = new HttpHeaders({ ‘Content-type’ : ‘application/json’ }); return this.http.post(‘http://localhost:3000/api/members', item, {headers: headers}); }

On popup dialog box, when i save the data, its giving error on console -

when i refreshed the page, then i can see data got inserted. But because of its giving error from popup dialog box, progress-bar is running in infinite loop.

There is no authentication enabled at Angular OR back-end API side.

Console error – val.slice is not a function

Hi,

Please ignore above message.

I am able to archive all CRUD functionality through the rest api call.

Thanks !!! EGRET have clean and clear source code to easily understand and enhance / customize as per requirement.

Great! :)

Hi, I bought the template, please give me access to the github repository, my username is jriquelme

Invitation sent! please check your github account. Thanks

Hi, I’m trying to customise the side nav bar by editing and deleting extra menus. Changing it in the approuting.ts doesn’t make any difference.

Can you please show which file to change.

Kind Regards,

Yes thanks. Adding the following doesn’t show up in the menu:

{
     name: 'SCHOOL',
     type: 'link',
     tooltip: 'School Dashboard',
     icon: 'dashboard',
     state: 'school'
   }

If you are using full version, you need to update ‘iconMenu’, not ‘defaultMenu’. I’ll change the names in next update so that will not confuse anymore.

many thanks.

Hi support team

I can not find e-commerce module in the source code. How can I get it?

Thanks

Please download the latest files. Latest version has eCommerce module. Thanks

eCommerce is not available in the source code, can you explain it ?

when I do ng build and go to /dist in the browser I get a blank page. What’s next? thanks!

yeah, that’s right.

I see, maybe I can just copy what I need from the shared module?

yeah, you can do that.

Hi, I noticed that when changing views, the template seems to flicker. Is there any way to fix that blink?

Best regards

I’ve noticed that after updating to Angular 6. Haven’t found any solution yet. I’ll update the GitHub repo once I fix the issue.

Hi,

Great thieme but don’t you think is better to use Angular Material Datatable rather than using ngx datatable. What keeping me back from purchasing it is the use of Angular Material Datatable and also lack of additional dashboards.

Thanks

I’ve plan for adding Mat table. You can easily add mat table by using schematics. https://material.angular.io/guide/schematics

I will be waiting for replacement of angular material table before I purchase. What about the other thing? Additional dashboards and widgets? Seen lot of themes with very nice widgets which is something your theme is missing. Your theme is the best in terms of ng development as it is a clear angular theme

I just updated the Egret last month. I’ll be working on Egret in next month and will keep in mind your requirements :)

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