822 comments found.
Hi, Please add tapas4java to the github repo. Thank you
Can we expect an Angular 8 update soon?
Can you request github access here? https://ui-lib.com/github-access/
I’m going to update to Angular version 8 soon, Hopefully next week.
Just purchased the theme. Great work.
Is there any chance you have a psd of the horizontal menu? Thanks!
Right now I don’t have PSD for horizontal menu. I’m going to add this soon. Thanks!
Hi, I am working with the pre-update version but I would like to use the “checkbox-tree” as well. How can I implement those new features to my older version? I imported MatTreeModule and so on already but nothing seems to work. Any suggestions on how to fix this issue?
have you updated your angular and material versions? if you update these even your project not synced with the latest template, everything from angular material should work.
Here is the tree component doc https://material.angular.io/components/tree/overview
I updated Angular, how can I update the version of material separately?
Just try updating by “npm update packageName -s”, You can follow the guides from here https://update.angular.io/
Hello. I have just purchased your product. The purchase code is cb15a3e8-717c-4bed-9444-8b0f08d7b97a . What i have to do in order to download it? Thank you. Regards.
Here is the download page https://themeforest.net/downloads
Hello, where can I find complete documentation of the template, for example how can I know that using class=”p-0” makes padding = zero without asking you?
I listed utilities classes here
http://egret.ui-lib.com/utilities/border http://egret.ui-lib.com/utilities/spacing http://egret.ui-lib.com/utilities/color http://egret.ui-lib.com/utilities/typography (not completed)I’m going to add more utility classes and document.
Thanks!
Hi!
Please add fabiopcn to github repository.
Thanks
Please request github access here https://ui-lib.com/github-access/
Thanks!
done!
Please check your email inbox.
Can I be added to the github please?
Yeah, you need to request github access here https://ui-lib.com/github-access/
Thanks!
hi, I am planing to buy your theme, I have a few questions. Does this package have skeleton page or startup package? If yes, then doe we understand the code means, the flow and the structure? and do you use simple understandable logic for template flow or layout?
Please let me know, when you got my message, I want to buy right away.
Regards
This template has skeleton/seed project.
I wrote the code in a standard way. Also you can easily configure your layout by passing options.
Here is the doc you can take a look http://demos.ui-lib.com/egret-doc/#layout
Thanks
and how hard is to remove the data from skeleton project and to get start with own custom components/services and auth guards.
And please let me know if the skeleton is empty and nothing but a design template and we can start our custom coding right away?
And if there are any setting which we need to configure before starting the template, then how hard is those and how much time it will take for configuring.
Regards,
The seed project don’t have any extra pages, though it has a simple authGurd implemented. You can remove existing authGurd and add your own authGurd.
And it’s not hard to configure the template. I hope you will understand easily as lot of people already using it.
Thanks
Hi Sir,
Please help to add footer to the template.
HI, You can add a footer after <router-outlet></router-outlet> in this file “shared/components/layouts/admin-layout/admin-layout.template.html”
Thanks
Please add sreeks456 to github repository. Thank you..
Was this designed to support breadcrumb levels greater than 2? I can’t seem to figure out how to add another level. For example, something like Shop/Products/Item. I can get it to show but in this example Products doesn’t show as a link. Any help would be great, Thanks!
Yes, you can use breadcrumb for greater than 2 levels, Have you read breadcrumb section from the doc? here is the doc http://demos.ui-lib.com/egret-doc/#breadcrumb Thanks
Yes, many times. Even poured over the full demo app and don’t see any examples of greater than two levels with clickable links. Not sure if I’m missing some special routing step to get another level that is actually a clickable url. Just to clarify, I can get a breadcrumb to show like Shop/Products/Item but can’t get ‘Products’ in this example to be a url
I’m creating an example in the template.
This is the parent route in “app.routing.ts”
{
path: 'orders',
loadChildren: './views/order/order.module#OrderModule',
data: { title: 'Orders', breadcrumb: 'Orders'}
}
This is the child route structure “order-routing.module.ts”
[
{
path: "",
component: OrderListComponent
},
{
path: ":id",
data: { title: "Order Details", breadcrumb: "{{id}}" },
children: [
{
path: "",
component: OrderDetailComponent
},
{
path: "costs",
component: OrderCostListComponent,
data: { title: "Costs", breadcrumb: "Costs" }
}
]
}
]
Breadcrumb will look like this
- For route “orders/” breadcrumb “orders”
- For route “orders/2” breadcrumb “orders / 2”
- For route “orders/2/costs” breadcrumb “orders / 2 / costs”
I added a working example. You can get that from github. Request github access https://ui-lib.com/github-access/
Thanks
Thanks Rafi! I was able to finally get it going. There were a couple issues where I could get the breadcrumb working properly but my last module wouldn’t load. Took some trial and error after looking at your example, but I needed to create another routing module in the end to get it all working as expected.
I just purchased the theme. For what is the github access useful for?
You will get bug fixes and new features before release. You will also know about which files has been changed so you can update your project accordingly.
Hello, i have this template for about 3 months and the new updates and styles are more beautiful than the original, how can i update my project to have those new styles?
You can get the updates from github. If you don’t have github access, you can request here https://ui-lib.com/github-access/
I have git acess, but to be honest, i do not know how to update my current work to the new look and feel of the app. How can i update my current project from github without breaking the project?
It’s really difficult to update your project parallelly with a template. If you have not changed anything inside in shared & sass folder then you can update with less hassle by replacing these folders.
Templates are for starting a new project and only update your project when framework updates. Thanks
I just purchased Egret and when I run ng tests there are 19 failures out of 23 specs. Am I missing an update?
The test files are generated by CLI and has not been further implemented. You can deleted the test files from seed project to run your app specific tests successfully. I’m going to delete the these files in next update. Thanks
after production build with prod and aot
when going to login it’s redirect to 404 page not found page and providing error in console below
Failed to load resource: the server responded with a /assets/i18n/en.json:1 status of 404 (Not Found)
please give a solution as far as possible because it’s time to deliver client project.
best regards Chandra kanta Manna cmanna7@gmail.com
One user faced this issue when he uploaded the compiled project to azure server and that was server issue. Have you checked that en.json file is in dist/assets/i18n folder?
yes dist/assets/i18n this file is there. it’s running if i changes stting ”/assets/i18n/” to ”/domain_folder_name/assets/i18n/” in main.4d05c7f953245ae92a8d.js file. compile problem in your updated project. This problem was not in previous version.
You are missing something, can you share your demo link?
in production build i am getting this error in console
GET http://192.168.1.25/assets/i18n/en.json 404 (Not Found)
please solve this problem
getting this problem after build when i going to login
after production build with prod and aot
when going to login it’s redirect to 404 page not found page and providing error in console below
Failed to load resource: the server responded with a /assets/i18n/en.json:1 status of 404 (Not Found)
please give a solution as far as possible because it’s time to deliver client project.
best regards Chandra kanta Manna cmanna7@gmail.comPlease add rhernandez90 to the github repo. Thank you
Can you please request github access here? https://ui-lib.com/github-access/
Thanks
Tables can be dynamically changed in column width with ngx-datatable. Can I get the width and position information of the changed column? I want to memorize and display the column width and position information.
You can pass columns and it’s detail using [columns] property, instead of using templates. Then you will able to update & get column information.
This might be helpful https://stackoverflow.com/questions/48228412/ngx-datatable-set-column-width-dynamically
Doc http://swimlane.github.io/ngx-datatable/
Thanks
Hi Rafi, for lazy loaded modules, the root breadcrumb link points to a blank page (e.g. “http://localhost:4200/dashboard”). There should be a way to use a component to render there without messing up the routing. Please provide a solution for this. Thanks in advance.
in app.routing.ts:
{
path: '',
component: AdminLayoutComponent,
canActivate: [AuthGuard],
children: [
{
path: 'dashboard',
loadChildren: './views/dashboard/dashboard.module#DashboardModule',
data: { title: 'Dashboard', breadcrumb: 'DASHBOARD'}
},
in dashboard.routing.ts:
{
path: "default",
component: DefaultDashboardComponent,
data: { title: "Default", breadcrumb: "Default" }
},
You can create a new component and add a route with empty path in dashboard.routing.ts like this
{
path: "",
component: NewComponent
},
Thanks
sorry, this doesn’t work. It then redirects all children to the NewComponent.
nvm, I’ve figured out what the problem was.
Great! 
side bar long list drop down menu is not watching. it’s hidden under down of footer
We fixed that issue. Please join github repository to get the fixes before release https://ui-lib.com/github-access/
can you tell me the fixed code for my existing project. or how can i update from repository?
Here is the file changes for that fix https://github.com/mh-rafi/egret-angular/commit/a3c5dfa41de75c57176a48423cb3c9b84dd3aa06#diff-2a18de03142264c190fe2e4dca159575
thanks