219 comments found.
If logout in dashboard, then refresh page, ang login with test user data – redirect to 404 page (not dashboard)
Hi, Sorry for the late reply. Please check that login method is navigating to some route, If that route does not exists, it will be redirected to 404
Hi Author,
we need to use the filter table component with the column name included underscore. we used name contained underscore, then not working,
Example:- In filter table component,
our response key: item_name and we cannot use like below,
<ngx-datatable-column name="item_name ">
<ng-template ngx-datatable-header-template>
Iem Name
</ng-template>
</ngx-datatable-column>
I need support from you.
Regards. Thank You.
does it throw error? what is the issue?
does not throw an error in console or any other. But, the column name included underscores, not displaying data in the table in those columns.
Example: I changed these values,
1. “name” ======> “p_name” in “inmemory-db.ts”
2. name=”name” ======> name=”p_name” in
ngx-datatable-column —> filter-table.component.html
then not display titles in the filter table.
Hi, sorry for late reply. have you solved your issue. Looks like it’s a ngx datatable issue. please try after updating ngx datatable package.
Hi,
Im interested in this layout for my application, would like to better understand the buyng options.
Glad for the help.
Regards,
Felipe
Can you tell me more about your project? you can contact support@ui-lib.com
Hi,
I want to connect chat with firebase. I am really lost. I can see you used inmemory-db to make it work. How can i migrate from inmemory-db to firebase? Do you have extra documentation or something?
Thanks
Hi, Chat logic is designed for rest api. You can integrate with firebase but you need to remove all the existing logic and use only UI.
Is this theme support asp.net core mvc 3.1? Thanks.
We provide raw html version, so you can integrate easily. Thanks!
Hi,
After npm install and ng serve -o it works fine. However, when i try to ng serve -o next day, i got this error:
An unhandled exception occurred: Cannot find module ’../lib/read-wasm’
I reinstalled fresh, change code and works fine. Next day, after ng serve -o, the error shows up again.
I appreciate your help
I just googled the error, looks like its a webpack related issue. Try after updating node, npm & installing webpack & webpack-dev-server globally. Also you can clean cache of npm bofore reinstalling packages by running “npm cache clean”.
Hi, I still havent gotten a reply about how to change rating icon to star instead of heart for custom decimal rating.
Okay nevermind.
Hi, Sorry for the late reply. Have checked “app/views/ui-kits/rating/rating.component.html”? you need to use “ng-template” to define new icon.
how do I change the font-family, I already have downloaded one but I don’t know how to include it in your template. any steps needed to take?
If you really want to use the color value here, use ’”” + $name’. .rating-#{$name} { ^^^ Do you have alternative way to name color names for “rating-$name” class? This is causing errors
Have you updated angular and ”@ng-bootstrap/ng-bootstrap” package? The latest version doesn’t have this issue. Please check the latest files from themeforest.
I am trying to integrate the template ‘agm/core' (npm i agm / core -S), but it does not work, I have followed the steps of the documentation, but I only get this error>
core.js:5847 ERROR Error: Uncaught (in promise): Error: Template parse errors: Can’t bind to ‘latitude’ since it isn’t a known property of ‘agm-map’. 1. If ‘agm-map’ is an Angular component and it has ‘latitude’ input, then verify that it is part of this module. 2. If ‘agm-map’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. 3. To allow any property add ‘NO_ERRORS_SCHEMA’ to the ’@NgModule.schemas’ of this component. (”<agm-map ERROR ->=”latitude” [longitude]=”longitude” [mapTypeId]=”mapType”> </agm-map>
Hi, Please check this example. https://stackblitz.com/edit/angular-google-maps-demo and make sure you didn’t miss any module imports.
Hi, how do I change the theme of my choice? I discovered that when I uncomment one of these it would implement it // @import ‘themes/lite-blue’; @import ‘themes/lite-purple’;
above code is in themes/_app.scss But as soon as I change the $primary-base variable into the color I want it literally just change everything into that color like EVERYTHING starting from every text it latches on, even on text that it shouldn’t. I don’t like that that is happening because it looks ugly that everything has same colour. Please help
$gray-600: lighten(desaturate($primary-base, 40), 4%) !default; $gray-700: darken(desaturate($primary-base, 40), 0%) !default; $gray-800: darken(desaturate($primary-base, 40), 8%) !default; $gray-900: darken(desaturate($primary-base, 40), 12%) !default; $black: darken($primary-base, 60%) !default;
how do I change the icon on rating to my own icon? Specifically the one using the heart icon, the custom decimal rating?
I sent a message earlier, but it was a winrar mulfunction. I managed to solve it
thanks
Hi, I managed to run angular gull layout compact but i want to run sidebar-large version. But i got this error
ERROR in multi ./src/assets/styles/app/_app.scss ./src/styles.css Module not found: Error: Can’t resolve ‘{projectFolder}\src\assets\styles\app\_app.scss’ in ‘{projectFolder}’
Then I look into differences between 2 folders(sidebar-large,compact)
compact one has more files, folder under ’’\gull-angular-admin\Gull-layout-sidebar-compact\src\assets\styles\app”
themes folder _app.scss _bootstrap-rtl.scss _variables.scss
Those 4 does not exists in sidebar-large
Hi, I have purchased Gull – Angular theme, online version is having more controls, which are missing in purchased version. Please explain.
Hi, do you mean the right side settings section? it’s only for demo purpose. You can get that from github. please get github access from here http://githubaccess.ui-lib.com/
Is it possible to set a default page when a user clicks on an icon on the navbar, rather than require that they click a specific page? is it possible to turn off the sub-navigation altogether?
You can set target page to each icons on left sidebar instead of opening sub navigation.
You can disable sub navigation, edit line 46 like this [ngClass]="{ open: false } in /shared/components/layouts/admin-layout-sidebar-large/sidebar-large/sidebar-large.component.html
The application has an error. When I use it in phone size, it freezes on some pages (components), so the vertical scroll in the application does not work, even worse when I generate an android apk. Console generates this error: “[Intervention] Ignored attempt to cancel a touchmove event with cancelable = false, for example because scrolling is in progress and cannot be interrupted.” I want a solution as soon as possible, thanks. If it cannot be resolved, I would like to request a refund
I am not getting the new theme file . when I check demo it has very nice and small calendar. and when I download the theme its a large calendar. similarly many items has change in live demo and the file I got. its different
Hi, this is the angular version calendar http://gull.ui-lib.com/purple/#/applayout-sidebar-large/calendar
probably you saw the HTML version calendar.
my name is david. i buy gull template from envato.
i kinda new in laravel.. i just want to ask. how to connect to inbox and how to use chat function. is there any doc about it? thank you.
If you are using HTML/Laravel/Vue version you need write front end and backend. These versions only provide UI not functionality.
If you are using angular version you only need to write backend REST apis. Angular version has full front end implementation.
Nice template. Need to know one thing this template is pure Angular + Bootstrap + Sass OR in this template you guys use jquery ?
It’s pure Angular, we didn’t use jQuery. Thanks!
Most of pages are not scrolling down on android chrome devices. Could you help me with that?
Where did you find this issue, in our demo or in your build? Which browser are you using?
Chrome using android. It is happening on demo and the downloaded one too.
I’ve just test on few android phones. Working as expected. Which android version you are using? have you tested on other phones?
Hi, I have a problem in the “basic-form component”.
When I use a ngbDatepicker, the settings [minDate] and [maxDate] have no effect, so it is impossible, for example, to use this field to insert a date of birth, as you should scroll back in the year several times until you reach the desired year. I read that it could be a conflict with ng2-validation (component that I cannot eliminate because I use it…I have included this form as the first step in a wizard). Is there any way to solve it? Thank you
You can use an alternative date picker. This one has regular updates https://github.com/DanielYKPan/date-time-picker
I cannot “npm install” – Error below:
npm WARN deprecated core-js@2.5.4: 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 circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its successor. npm ERR! Unexpected end of JSON input while parsing near ’...0”,raw-loader‘
Have you changed anything in package.json?