Discussion on Gull - Angular 19+ Admin Dashboard Template

Discussion on Gull - Angular 19+ Admin Dashboard Template

By
Cart 1,209 sales
Well Documented

ui-lib supports this item

Supported

This author's response time can be up to 2 business days.

219 comments found.

hi I’m create new component when i use btn-loading i get this error btn-loading’ is not a known element:

btn-loading is a part of “SharedComponentsModule”, you need to import that module. Thanks!

hi when i use npm install i get the following error :

npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its successor. npm ERR! path git npm ERR! code ENOENT npm ERR! errno ENOENT npm ERR! syscall spawn git npm ERR! enoent Error while executing: npm ERR! enoent undefined ls-remote -h -t ssh://git@github.com/angular/web-animations-js.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 thnaks

hi, can I return this item since the bugs and uncompleted features in angular side… thanks

Why do you think it’s incomplete?

I bought the wrong order. Can I replace it with other order? Because I paid $ 20. I want to buy gull admin template with all html files.

You can buy the html version and request refund for this item. Thanks

Hi, ı buy gull admin templates and downloaded all files. but ı dont find all html files? ı need all files for edit ? how ı use this templates ?

I bought the wrong order. Can I replace it with other order? Because I paid $ 20. I want to buy gull admin template with all html files.

Sure, Please buy the HTML version, then request a refund for Angular version. https://themeforest.net/refund_requests/new

While running demo I got this error, aslo demo was stucked. main.c44f4d8e11ac12fe4dcb.js:1 ERROR Error: Uncaught (in promise): Error: Loading chunk 14 failed. (missing: http://gull.ui-lib.com/blue/14.cd23e333192fcb20ba1f.js) Error: Loading chunk 14 failed. (missing: http://gull.ui-lib.com/blue/14.cd23e333192fcb20ba1f.js) at HTMLScriptElement.a (runtime.8d138c0750309d98b566.js?cb=1566094984807&fingerprint=c2VwLW5vLXJlZGlyZWN0&onIframeFlag:1) at HTMLScriptElement.F (polyfills.a0904045653924c6eb26.js:1) at t.invokeTask (polyfills.a0904045653924c6eb26.js:1) at Object.onInvokeTask (main.c44f4d8e11ac12fe4dcb.js:1) at t.invokeTask (polyfills.a0904045653924c6eb26.js:1) at e.runTask (polyfills.a0904045653924c6eb26.js:1) at e.invokeTask [as invoke] (polyfills.a0904045653924c6eb26.js:1) at m (polyfills.a0904045653924c6eb26.js:1) at HTMLScriptElement.b (polyfills.a0904045653924c6eb26.js:1) at P (polyfills.a0904045653924c6eb26.js:1) at P (polyfills.a0904045653924c6eb26.js:1) at polyfills.a0904045653924c6eb26.js:1 at t.invokeTask (polyfills.a0904045653924c6eb26.js:1) at Object.onInvokeTask (main.c44f4d8e11ac12fe4dcb.js:1) at t.invokeTask (polyfills.a0904045653924c6eb26.js:1) at e.runTask (polyfills.a0904045653924c6eb26.js:1) at d (polyfills.a0904045653924c6eb26.js:1) at e.invokeTask [as invoke] (polyfills.a0904045653924c6eb26.js:1) at m (polyfills.a0904045653924c6eb26.js:1)

When did you get this error, during ng serve?

Hi,

I use form-wizard component with several steps. When “next” button is pressed, I run http request to update server. When server returns an error I need to prevent a user to go to next step, so basically I need to keep form-wizard on the first step until http request returns success. How can I prevent form-wizard to open next wizard-step?

Thanks

Each <wizard-step [isValid]="true/false"> has directive [isValid], you can control this directive and prevent to open next step.

Thanks for your reply, however I am still not clear on the following. My first step in the wizard is data form. When it is filled and form validated then “next” button became active. When a user presses this button, then server side code executed, which can fail for different reasons. Despite the step is failing the wizard activates next step. At this stage even if I switch [isValid] = false, it is already not relevant as next tab is enabled.

This is what I need: when ‘next’ button clicked then server side code executed. If there is an error then I need to block next wizard step to be shown, but display current one.

I suggest you to add another button(send/submit), when user clicks on send, http call will be made. Change the the value of [isValid] to true if the http call succeed.

Hey, vertical scrolling is not working on android chrome browser, please check that issue. I tested in firefox android and ios safari + chrome all work! only android chrome has problem

hi, can you help me with that when I use ‘ngb-alert’ in a page, page freezes in a mobile browser? and then I checked http://gull.ui-lib.com/purple/#/applayout-sidebar-large/uikits/alerts. this page freeze too on physical android device. the page does not freeze on land space mode. it freezes only portrait mode. thank you.

I have tried on four different android (chrome) devices and one ios device. All tries were same. I have shot a short video about the bug. You can look with that link. https://photos.app.goo.gl/QxaZLpWm5pVeuGNbA android devices: xiaomi mi6, Huawei p30, Huawei mate 20 pro, Samsung s8 edge ios device: iphone 7S By the way, the same bug exists in some other pages which I have tried. http://gull.ui-lib.com/purple/#/applayout-sidebar-large/uikits/accordions http://gull.ui-lib.com/purple/#/applayout-sidebar-large/uikits/badges http://gull.ui-lib.com/purple/#/applayout-sidebar-large/uikits/cards

Thank you

Did you get a chance to look at this problem? I think the problem is only on chrome browser.

Can you try removing perfectscrollbar,

remove [perfectScrollbar]="{suppressScrollX: true}" directive from

”/shared/components/layouts/admin-layout-sidebar-large/admin-layout-sidebar-large.component.html”

&

“shared/components/layouts/admin-layout-sidebar-compact/admin-layout-sidebar-compact.component.html”

Hi Sachin here i need some help regarding template.

Can you send me only the html and css version Of this template. If you have can u please mail me to sachin.s@pathfinder.global

Hi I try to use angular-fontawesome all is done like this example https://stackblitz.com/edit/angular-font-awesome-starter?file=src%2Fapp%2Fapp.component.html

but have an error: Can’t bind to ‘icon’ since it isn’t a known property of ‘fa-icon’. 1. If ‘fa-icon’ is an Angular component and it has ‘icon’ input, then verify that it is part of this module. 2. If ‘fa-icon’ 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.

I think you haven’t imported “FontAwesomeModule”. Please check that.

Hi,

I’m having an issue with your template. I add a datable inside an accodion panel. The dataTable has the material class, but every time you toggle the panel, the table shows an annoying animation, do you now if there any way to disable this animations?

This datatable has no animation. Accordion has “slide up” animation. You can disable that by removing “[@animate]” directive from accordion.

Is there a trial period? And also, is there an annual billing system?

There are no trial period and annual billing system. Please check out envato license https://themeforest.net/licenses/standard

Thanks!

Rafi,

Planning to buy “Gull – Angular + Bootstrap Admin Dashboard Template”

Need some development and enhancement work specific to our business application.

Can you help with enhancements and what are your rates?

-Anil

Hi ajwalanna, I’m not doing any paid customization work. I’m really busy with my products.

Thanks for reaching out!

Hi, Please how can I override the default icon that has been set for the theme. I don’t want to use the default icon, I can see that there’s a css style that have been attached to the “i” tag. Please how can I remove the default Icon?

Open this file “src/assets/styles/app/_app.scss” & remove “iconsmind.css” import. Thanks!

Hello… do how i do view html tags?

div [innerHtml]=”produto.description”

See image: https://www.dropbox.com/s/1jg9sujnk2vsga0/Captura-de-Tela-2019-06-28-%C3%A0s-11.14.41.jpg?dl=0

Thanks for any suggestion…

“[innerHtml]” will render html. but you want to show html as string, you can just bind in template

<div>{{produto.description}}</div>

Will its support Angular8 ?

Yes, Gull supports Angular 8

need more Icons. Also not able properly integrate font-awesome via standard procedure shared by package. Is there any configuration needed for it in this theme?

No extra configuration needed for theme. There is a official fontAwesome package for angular. You can try it.

https://github.com/FortAwesome/angular-fontawesome#get-started

Example: https://stackblitz.com/edit/angular-font-awesome-starter?file=src%2Fapp%2Fapp.module.ts

Hi,

Angular Gull is perfect, I love it. I want to serve in prod mode but it’s not working. Can you help me with this? Maybe you know a way.

‘JavaScript heap out of memory’ error while running ‘ng serve—prod’

I have an Ubuntu 18.04 with 2GB of RAM.

Also, can you make the invoice list more responsive for mobile devices?

Thanks

Hi, I think you need more RAM. Demo version has lots of modules to compile. Try deleting your unnecessary modules in views folder. if this doesn’t work, you may need to add more RAM to your computer.

Thanks!

It’s pitty that the Angular version doesn’t contain all elements that HTML version has.

why don’t you put complete UI Kits in Angular version also? should we but the other version separately and merge these two together (if possible)?

We used jQuery plugins for HTML version. And all of them are not available in angular version. and using jQuery in angular is not best practice. We finding alternatives. Thanks!

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