Questions tagged [ngx-admin]

Questions regarding set up, implementation, and customization of the ngx-admin open source admin front end template

ngx-admin is the most popular admin dashboard based on Angular 9+ and Nebular with Eva Design System support.

Website

github

144 questions
2
votes
0 answers

Integrating jhipster with ngx-admin

I am integrating ngx-admin(3.0.0) with jhipster. It's not loading the dashboard and showing spinner only. I followed https://github.com/fstepho/dashboard to do the upgrade. Committed my code to https://github.com/chaitut715/dashboard There are no…
Chaitanya Kumar Ch
  • 309
  • 1
  • 5
  • 16
2
votes
1 answer

ng2-smart-table how to change custom button show and hide on click

i have play and start custom button. When i click on play icon Stop icon should be visible and play icon should be hide for row where i clicked.
2
votes
2 answers

Nebular programmatically close popover with form

i started work with Neabular and i'm struggling with the documentation… I've created a nebular popover with a form and i would like to close it when the form is validated and don't close it when the form is not validated. How can i do this ? Here is…
Mushu8
  • 173
  • 1
  • 13
2
votes
0 answers

How to pass auth token in header using ng2 smart table (ServerDataSource)

How can I pass auth token in API call to server using ng2 smart table? My current code is as below: this.source = new ServerDataSource( http, { endPoint: environment.ApiBaseUrl + 'questions', dataKey: 'data', …
Umair Malik
  • 1,403
  • 3
  • 30
  • 59
1
vote
1 answer

getting error when I build ngx-admin starter kit

when I download ngx-admin-starter-kit and build with npm i it builds successfully then I remove node_modules and again npm i then I get error below npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead. npm…
cihad
  • 72
  • 3
  • 9
1
vote
0 answers

Horizontal Navigation/Menu bar using angular Ngx-admin

I am using angular Ngx-admin template for one my admin project. And planning to convert existing vertical navigation menu to horizontal navigation. Is there any feasibility/option with Ngx-admin? if not, kindly suggest any free angular admin…
vishnu
  • 4,377
  • 15
  • 52
  • 89
1
vote
0 answers

How to get data from specific row in table ng2 smart table

I'm working on ngx-admin in ng2 smart table I added a custom button that open model I want to pass data where the button exist this is table settings settings = { actions: { add: false, }, add: { addButtonContent: '
Fredrick
  • 37
  • 3
1
vote
0 answers

how to set up ngx admin to prevent pages without login

I would like to try Ngx Admin. I customized the login form successfully and I also wanted to set up to prevent access pages without login. The last one cannot work at all. I followed this…
Zaosz
  • 137
  • 1
  • 2
  • 11
1
vote
0 answers

Angular App Responsive Only When served Through ng serve

I am facing a really weird issue. I searched for it on SO and other websites but could not find any reference to this issue. Basically, when I am serving the Angular Ngx-admin app using ng serve command, it becomes mobile responsive. But as soon as…
planet_hunter
  • 3,866
  • 1
  • 26
  • 39
1
vote
0 answers

How to change angular UI theme to ngx-admin in ABP.io framework

I want to change default ABP.io framework theme to ngx-admin. I read ABP docs (https://docs.abp.io/en/abp/latest/UI/Angular/Theming) but couldn't figure out how to completely change the UI theme. I must say that I'm learning ABP.io framework for…
Dias170497
  • 11
  • 2
1
vote
0 answers

i18n and date picker

The default calendar in Nebular's date picker is Gregorian. But JavaScripts supports much more calendars. Mozilla JS Docs shows following list: buddhist, chinese, coptic, ethiopia, ethiopic, gregory, hebrew, indian, islamic, iso8601, japanese,…
jyejvcdck
  • 11
  • 1
1
vote
1 answer

How can i custom design nb-stepper header, or make its direction RTL?

i'm using nb-stepper component from nebular UI in ngx-admin i want to reverse the stepper direction to RTL instead of LTR using dev tools in chrome i could access the stepper header and change the direction using { flex-flow: row-reverse; } but i…
Hamoghamdi
  • 43
  • 1
  • 7
1
vote
0 answers

Autocomplete not reopen after reset value

Im using the NbAutocomplete Module of Nebular and i added a button to clear the value. The value is cleared and after that the drop down list won't open. No error in console. Any idea? Template
user384496
  • 180
  • 1
  • 2
  • 16
1
vote
1 answer

Angular HttpClient TypeError: Object(...) is not a function

I had nebular admin panel version 5.0.0 using angular 9 and was working perfectly, I upgraded to version 6.0.0 which uses Angular 10 ( by upgrading the versions in package.json ), now in dev server everything is working perfectly, but after…
sami
  • 197
  • 14
1
vote
2 answers

How to navigate without global spinner in nebular?

I working on the nebular ngrx-admin template. There is a global spinner. which is loading while navigating from the header to a new page(component). I want to hide that spinner(no needed while navigating or loading new pages) only for particular…
Udhayakumar
  • 357
  • 5
  • 19
1 2
3
9 10