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.

In your Invoice section, you have a print with a css @media print style. This does not work as it cuts off the bottom. We have implemented a page just like that with a lot more content and can’t seem to make the @media print styles work. It always shows 1 page and cuts off the bottom just like your demo. Any suggestions?

You can edit the css inside src/assets/styles/scss/views/_invoice.scss line 96

I just made everything hidden except ”#print-area”

Yes, I understand that, but the point is, even your example does not work when you print. It limits it to one page. I feel like something in the nav is preventing printing to work correctly. Also ran across this issue: https://github.com/angular/material/issues/6154

Hi ,

Just purchased the template. But not able to download the application. Throwing network error.

Probably internet connection problem. Worldwide internet became slow due to over usage.

Refused to load the image ‘http://localhost:4200/favicon.ico' because it violates the following Content Security Policy directive I have the problem

I think this is an Angular CLI issue, you can follow this thread https://github.com/angular/angular/issues/30802

Normally when you upload the app to server you won’t face this issue.

Thanks!

Hi, I’m unable to have full width of the screen when i choose Top Navigation,

Steps to reproduce: 1. click on the settings gear in the main screen 2. Select top navigation in layout

https://prnt.sc/rsg14r
Please add ”!important” to file src/assets/styles/scss/main/_layout.scss line 166
.main-content-wrap {
    float: none;
    width: 100% !important;
  }
added the line, not working. done clear cache and refresh, both in firefox and chrome. https://prnt.sc/rtaan3

Hello, I’ve just fixed that and pushed to github. you can get github access here http://githubaccess.ui-lib.com/

On NGX Table , Check box Column , External Pagination is not working properly , if i select second page irst page selection is hide.

I’m not sure what the issue you are facing, but adding checkbox and external pagination may require some extra work.

i want to apply external pagination on Checkbox table, but i face some issue , please share example for checkbox external pagination.

I bought your template. Could you please provide me with what version of node/npm this template is using?

BloodLossTrauma is my github username. Thanks!!!!

Please don’t think I’m a moron. When I go to the https://github.com/mh-rafi/egret-angular – i get a 404 still.

It’s ok :) please check now

Hi Raphi ! I an using Egret since since …so many year right now. I enjoy. Thank you for this best work.

I need now to make 3 distincts sides menus. each one will work like the present systeme. I have tried to make adapatation of your code… but right now ... it not ok

What do think about that ?

So i hope that all is ok for you and your family. I am writing from France…it is the big mess.

bests regards

You can define different menus and conditionally display specific one. Can you explain what do you mean by “each one will work like the present system”?

Right now we are completely locked down in Bangladesh and working from home. Stay safe at France. We’ll overcome this mess.

internal/modules/cjs/loader.js:611 throw err; ^

Error: Cannot find module ’../lib/utils/unsupported.js’ at Function.Module._resolveFilename (internal/modules/cjs/loader.js:609:15) at Function.Module._load (internal/modules/cjs/loader.js:535:25) at Module.require (internal/modules/cjs/loader.js:663:17) at require (internal/modules/cjs/helpers.js:20:18)

I think you are facing node/npm issue, please follow the solutions here https://stackoverflow.com/a/45348862

Hi.

I am trying to print a page (using the basic window.print() method in javascript and print som html markup). In the markup on the page i have a element who works as a page-break (page-break-after: always). My issue is the page-break doesn’t work! So at the moment it’s only possible to print a single page (even though the page content extends multiple pages). I think the problem is most of the components in the template has styling float: “not-none”. Which accourding to my research could sabotage the page-break!

Help please.

I’m using chrome

I think ”@media print” block of “src/assets/styles/scss/views/_invoice.scss” is causing you problem. please try after removing that code block.

I removed the code block, and the result was the sidemenu, and the navbar showed up in front of my html markup! But the page-break still don’t work! I even tried to copy the code block from the _invoice.scss file to my component scss file. Saddly no difference (sidemenu and navbar are still in front of html markup).

Do you have another suggestion in mind?

We must hide sidebar in print media of CSS. Angular Material has issue with multipage printing. I’m searching for an work around.

Angular 9 update error: Error: The name j is already defined in scope to be [object Object] at error (D:\Logix\node_modules\@angular\compiler\bundles\compiler.umd.js:2721:15) I suspect portfolio-carousel.component.html, line 32. Please advice if any fix.

Hi, The template was working fine even with crud app, but as soon as I updated it to match your versions I got error saying: Failed to find ’@swimlane/ngx-datatable/release/index.css’ in [ D:\Projects\Egret\src\assets\Styles ] ... prior to run ng serve I made yarn which showed a line where it says ngx-datatable supports angular < 9 version. Now the template is broken, please advise how to fix it

It’s Ok, I double checked the commits in the repository.

Hello,

What is the difference between regular and extended? Is there any source code sharing when I purchase regularly?

Best Regards.

Hi, please check the license details here https://themeforest.net/licenses/standard

Hi!

We try to using this theme with IE 11. What Should we do to make it working? We read this answer: “IE 11 is fully supported. I think I forget to include polyfills for IE in demo.” Exactly which polyfills should we include to work on IE11?

Thanks

Hi, We do not have plan to support IE anymore.

You could make your decision before we bought your product.

Hi, We’ve been supporting IE for years. Now we think it’s time to give up that browser.

Hi,

I’m not able to create new module with the ng command. ng generate module test --routing --route=test -m=app Couldn't find a route declaration in /src/app/app.module.ts

I didn’t see that is wrong with the initial routing array.

Thanks

I think CLI can’t find the root route file. You can change the root route structure. you can create “app-routing.module.ts” and import that to app.module.ts

can we fixed mat-select , drpdown nposition ???

I think that option is not available in angular material, you can check https://material.angular.io/components/select/api

buenas tarde una guia en video para poder instalar la plantilla

can we change type=”file” to Iconic Button

hello, I think angular material don’t have this option. have you tried that?

Hi, 7 days ago I submitted a request but you did not answer it, please check it.

Hello, I got below error when trying to use command “npm install”. Please advise!

npm WARN deprecated core-js@2.4.1: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno ENOENT
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t https://git@github.com/uilibrary/css-star-rating.git
npm ERR! enoent
npm ERR! enoent
npm ERR! enoent spawn git ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

I already added in shared module and import the shared module in app.module but still i got the same error.

If you are using “form-builder” component inside a component, for example inside MyNewComponent and it’s a child of MyNewComponentModule, then you need to include SharedComponent/DynamicFormBuilderComponent inside MyNewComponentModule.

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