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
1
vote
1 answer

How to make Nb-Card Scrollable

I am using Nb-Card and I want to make that card scrollable. I am using NB-card in NbDialog box and as the browser size is reduced the content of Nb-card is not seen also when I reduce the card size the content of the card is getting ommited. So how…
shrey shah
  • 91
  • 2
  • 11
1
vote
0 answers

How to use JWT auth from API with Nebular Auth

i'm using nebular auth for my angular app, i want to add token when user login to header here's the API response { "status": 0, "message": null, "data": { "type": "bearer", "token": "string" } } And in my…
naoval
  • 338
  • 6
  • 29
1
vote
0 answers

How can I customize nebular theme service variables?

I'm currently working on an angular app that uses nebular/them pack, and I want to add some custom variables to the NbThemeService, I saw this customization in ngx-admin template as below: constructor(private ecMapService:…
Vahid
  • 474
  • 2
  • 7
  • 20
1
vote
2 answers

Angular reactive form and ngx-admin problem with error FormGroup isn't a known property of form

I need to use angular ReactiveFormsModule on my custom component with ngx-admin theme but I have the problem when compiling for error: "Can't bind to 'formGroup' since it isn't a known property of 'form'", on VisualStudioCode no error reported. I…
danny36
  • 131
  • 2
  • 11
1
vote
0 answers

Problems with changing register in nebular auth ngx-admin

I'm trying to do custom register form with custom inputs such as 'First Name' and 'Last Name', instead of 'Full name'. But when I've created custom notifications whose start working on switching focus on background or another input, there must…
genryeiter
  • 21
  • 4
1
vote
2 answers

Angular Nebular theme using FontAwesome icon pack

The stack: Angular 9.1.7, Nebular 5.0.0, FontAwesome 5.13 I want to change the default icon set (EvaIcons) used by Nebular to FontAwesome using this…
n002213f
  • 7,805
  • 13
  • 69
  • 105
1
vote
1 answer

How to get the Main menu click value in nebular (Not the sub-menu click)

I am using the nebular menu in my project and I want the value of the main menu click not the submenu like, Example: menu 1 submenu 1 submenu 2 menu 2 submenu 1 submenu 2 I know there is a service method to get the submenu value but I…
1
vote
0 answers

get response from the window component

I try to send a response from the WindowComponent (child) to the parent component, the onClose observable is supposed to return an observable, but I'm setting it to return that and it doesn't work // parent component this.windowService …
Franavi
  • 47
  • 8
1
vote
1 answer

how to use ngx-admin backend

I started working with angular based template ngx-admin. I want to know how to link the frontend template to backend. and is there an altenative to ready to use bundles.
mariem_11
  • 81
  • 2
  • 6
1
vote
1 answer

Nebular 5.0.0 nb-select - dont work in editing register

Please, help-me I'am using a Nebular 5.0.0 + Angular FormGroup and when I select a register from a list for edit, nb-select do not has been updated. My Form: My .ts file: My result Form: All fields of FormGroup is updated nice, but nb-select in…
1
vote
1 answer

Upgrade Ngx-admin to Angular 9

I'm trying to upgrade my project based on ngx admin from angular 8 to 9. I follow the angular.io guide, also I follow this step suggested by guide: "If you are a library author and you had a method returning ModuleWithProviders (typically via a…
andreat
  • 297
  • 2
  • 15
1
vote
0 answers

How to append Angular component to JqGrid's cell?

This is my first Angular project. I'm integrating JqGrid to ngx-admin template. I would like to append an Angular component to a JqGrid column/cell (editAction). I'm passing the component as a string along with data. However, the column appears to…
ecasper
  • 489
  • 1
  • 10
  • 30
1
vote
1 answer

how to set activeLinkOptions for nb-route-tabset/ngx-admin

I would like tabs to be highlighted for multiple links. I'm not sure if I misunderstood the functionality. following is my code.
ecasper
  • 489
  • 1
  • 10
  • 30
1
vote
1 answer

(ngx-admin/Nebular) How to integrate Grid system with nebular?

I want to build Grid structure for Desktop tablet and mobile. Wrapper class .row and column class .col*** not there in scss. Do we need to import any css/scss file for dark theme?
Sumeet
  • 27
  • 1
  • 5
1
vote
1 answer

Change all (background, sidebar, components, etc) the background color of the dark theme provided by NGX-ADMIN

I have started using the ngx-admin template and it is really great. However, I want to change one of the templates provided, the dark one. All I want to do is change the main theme colour (which is some shade of blue) to a different dark colour…
Pranav Bhatia
  • 155
  • 4
  • 14