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 Rafi, could you add me to github too, please. Thanks for great work! https://github.com/perpetualtraveler

you are in.

Hi ,when will you release new upgrade version ?

New version is completed. I’m now updating the doc. Hopefully, everything will be completed within 3/4 days.

Hello, I would like to implement these features on a wordpress site, would it be possible ?

What you can do is to integrate your Angular frontend to Wordpress rest api. Wordpress has rest API features, http://v2.wp-api.org/

Hi, I ran npm install with full version folder, but the projects can be served. My partner says that many files are missing. How I can run this template? because isn’t works

Please try again after installing @angular-devkit/core, maybe your Angular CLI version require this package,

if this doesn’t work please share error messages or screenshots.

Hi, I am tryin to install on mac. Followed the documentation; after doing “npm install” got the following messages:

npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN @angular/flex-layout@2.0.0-beta.10 requires a peer of @angular/core@0.0.0-NG but none is installed. You must install peer dependencies yourself. npm WARN @angular/flex-layout@2.0.0-beta.10 requires a peer of @angular/common@0.0.0-NG but none is installed. You must install peer dependencies yourself. npm WARN codelyzer@2.0.1 requires a peer of angular/compiler2.3.1 || >=4.0.0-beta <5.0.0 but none is installed. You must install peer dependencies yourself. npm WARN codelyzer@2.0.1 requires a peer of angular/core2.3.1 || >=4.0.0-beta <5.0.0 but none is installed. You must install peer dependencies yourself. npm WARN @angular-devkit/schematics@0.0.52 requires a peer of @angular-devkit/core@0.0.29 but none is installed. You must install peer dependencies yourself. npm WARN @schematics/angular@0.1.17 requires a peer of @angular-devkit/core@0.0.29 but none is installed. You must install peer dependencies yourself.

I see warnings. is your demo running?

no. After “ng serve” I got:

module.js:540 throw err; ^

Error: Cannot find module ’@angular-devkit/core’ at Function.Module._resolveFilename (module.js:538:15) at Function.Module._load (module.js:468:25) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object.<anonymous> (/Users/camoren/Projects/angular-landing/node_modules/@angular-devkit/schematics/src/tree/virtual.js:10:16) at Module._compile (module.js:643:30) at Object.Module._extensions..js (module.js:654:10) at Module.load (module.js:556:32) at tryModuleLoad (module.js:499:12) at Function.Module._load (module.js:491:3)

Please try again after installing @angular-devkit/core, maybe your Angular CLI version require this package

Please add me to your git repo. rdafoe is my username. Thanks!

You are in.

Have not yet received github invite

please send me your email, I’ll send you the invitation link.

Hi Rafi,

Where is the landing page templates which you added? I purchased this template just because of that.

thanks

Envato told me I can not give landing page with admin template. That’s why I removed that. Please check out the git commit history. you may find removed version there.

Thanks

Hi Rafi! When are planning to update your template?

But I think it’s fine! Anyway it itsn’t a bug.

Rafi, How can I use $mat-primary color inside component styles? I’m using scss.

I think there is no standard official way to do that. You can follow this issue and use any of those hacks which people suggested https://github.com/angular/angular-cli/issues/3700

Hello, I’m modifying the login of the template, in this I have to put a combobox where I can select a value, but I get an error, I searched the internet but I can not find the solution, as I read this I must report to the developer of the template. What email can I send a screenshot so I can see the error?

Hi, please send me the screenshots to mhrafi.dev@gmail.com

Hi there—is there any documentation describing how to install this via npm in Visual Studio?

layout related components are under AppCommonModule(app/components/common/app-common.module.ts) which has been included in app.module.ts. Directives, pipes have their own modules.

Other modules are located in views folder and these are lazy loaded modules. your application view modules should also be created in views folder.

is it possible to give me some reference or tips to make this template visual studio friendly?

Thanks!

Once I got it running as a standalone I was able to discern how it was structured via the app-common.module.ts file. Time permitting I would love to help set-up a version of this that can be easily integrated into Visual Studio. As I mentioned, I was looking for a themed version of Angular Material rather than a stand-alone starter-app. Separating these 2 concerns would be paramount.

The first thing I would look at is the ”.angular-cli.json”—VS does not use this file, yet, it is crucial for building and compiling your project. On this front I would examine how Angular/Material is deployed via npm and package.json in VS and then build a wrapper for Material that exists solely as an installable package. You’ve done this to a certain degree, however, distinguishing the Material wrapper from the site template is extremely time-consuming and having all the dependencies defined in the ”.angular-cli.json” makes this a non-starter for Visual Studio development.

The Visual Studio community is woefully under represented in the development of Angular components and I think there is a huge market for Angular 4+ components that work and play well within that context. Many people reading this might poo-poo Visual Studio, but, it is a very powerful IDE and it allows developers to create hybrid SPA apps that leverage Angular and, more importantly, the identify management and data access features within the Microsoft stack of tools.

I think instead of loading third party js via .angular-cli.json, we need to import all of them in main.ts file which is the entry point of app.

Last few projects I’ve worked which use ASP MVC, frontend and backend live separately on a separate subdomain and host.

Dear Rafi,

Could you give me access to your git repository where Egret is hosted? It’s more common to update my project with your seed project through git than do it manually.

btw, good job ;)

Keep in touch, Joan

Sure! It’s jsubirats_girbau

Thank you so much!

Gihub saying ‘jsubirats_girbau is not a Github member’.

Sorry, that was my Bitbuchet account, try with jsubiratsgirbau!

Dear Sir, I’m testing your template on IE11 and there are some bugs: - on toggle sidebar Egret logo doesn’t slide with menu - sublinks don’t work – for example Dialogs > Config (I can’t activate it)

Is it possible to fix that?

I’m working on new version and fixed these issues. It’s actually a major version change. If you already changed anything in layout code of current version, you may need to do some rework to keep your changes in the updated version.

And I’m going to upload new version in this month.

Regards

One more thing. I think that seed project shouldn’t include 3rd party libs that you don’t need having only dashboard. Seed project means for me that it has got only required libraries to run application without her specific features like drag and drop, data table, form validation or g maps.

That’s right :) I’ll remove unnecessary packages from seed project.

Thanks

Hi,

I just bought your template, and I love it. It’s very well done. I went to copy the Angular project directory ‘Full-version’ into another directory and then performed ‘npm install’. After which, I ran ‘ng serve’. However, when doing so, I receive this error:

KOCH-MACBOOKPRO:Test_NewUI brandonkoch$ ng serve Cannot read property ‘config’ of null TypeError: Cannot read property ‘config’ of null at Class.run (/Users/brandonkoch/Desktop/Test_NewUI/node_modules/@angular/cli/tasks/serve.js:51:63) at check_port_1.checkPort.then.port (/Users/brandonkoch/Desktop/Test_NewUI/node_modules/@angular/cli/commands/serve.js:123:26) at <anonymous> at process._tickCallback (internal/process/next_tick.js:188:7)

Is your project configured in a certain way that it depends on something outside of the ‘Full-version’ directory? I’m a bit unsure of what is causing this. I’ve used Angular before but haven’t seen this error. If you could let me know ASAP I’d really appreciate it. I need to get started on this tomorrow. Thank you again so much!

Please try updating your global angular-cli, if it is not latest version, type ‘npm install -g @angular/cli’

also please take look at this issue, https://github.com/angular/angular-cli/issues/4736

downloaded the latest zip and the production version is completely broken – ie npm run serve—environment=prod—target=production

Can you please share the error message or screenshot?

I’ve tracked down the problem – the version of ngx-datatable you have used is not working with aot. Updating to 11.1.7 resolves the issue. You might want to update that in your zip

Thank you! I’ll update ASAP.

Hi I need the sass files for style.css. Thanks. Also, the scrollbar doesn’t work when you shrink the navigation

Hi, New update is coming with full sass support.

scrollbar requires {overflow: hidden} of it’s container(.navigation-hold). and {overflow: hidden} will make submenu items disappear. if you don’t have dropdown/submenu you can apply {overflow: visible} to ”.navigation-hold” element.

most applications don’t have that much menuitems which need a scroll bar specially when the sidebar is shrunk, height reduced significantly.

Thanks!

Ok, when do I expect to this to be in production or beta? Thank you

I hope I can upload new version in this month. :)

pls kindly add me to your github https://github.com/whitewaves

You are in :)

A possible bug in line 571 of navigation.service.ts (Full-version):

// sets iconMenu as default; menuItems = new BehaviorSubject<IMenuItem[]>(this.iconMenu);

The variable “this.iconMenu” doesn’t exists. It could be “this.defaultMenu”?

Hi Rafi!

I’m developing an app inbox but I can not see it on my phone and others (my friends). While I inspect on the browser, everything is fine.

Help me fix this issue in the following images

https://ibb.co/bGsNXG https://ibb.co/d9DJ6b

Please also check if this demo is working http://egret-angular.mhrafi.com/inbox If not working, please let me know the android version and browser version. I’ll try to find out the solution.

Actually, this is my mistake. I did not notice it and I fixed it. Sorry for this wrong response

it’s ok :)

Hello Rafi could you replace http depreciated module with HttpClientModule module. Really nice work!

Yeah, I’ll do that in next update.

Thanks!

Hi. My name is Sergio. You guys do a fantastic job. I’m looking for a treegrid component to use along with the theme. Could you please indicate one.

Hey searched on web I couldn’t find any packages for treegrid. primeNG has this component but it’s an anther UI library https://www.primefaces.org/primeng/#/treetable

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