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
36
votes
3 answers

How can I make my ngx-line-chart responsive?

I'm using ngx-admin and I'm trying to make my ngx-line-chart responsive. My chart is in a nb-card, and when I resize the window the nb-card is totaly responsive. So I want my chart to be resized to fit inside the nb-card. My html code:
Loufi
  • 1,215
  • 1
  • 8
  • 23
7
votes
4 answers

How to pass angular component to Nebular dialog service

I'm trying to create a web dialog on Agnular6 using Nebular components. There are two ways to do this, the first one is to pass reference, like: openAddDialog = (dialogTemplate: TemplateRef) => { this.dialogServiceRef =…
6
votes
3 answers

How to customize login?

I am using angular4. I want to customize the login page in the ngx-admin. Is there any solution? Or it is good to create a new login page in ngx-admin instead of customizing the existing one.
vinu prasad
  • 169
  • 1
  • 3
  • 13
4
votes
5 answers

(ngx-admin/Nebular) How to remove back button on my custom login component?

I have follow instruction from https://akveo.github.io/nebular/docs/auth/custom-auth-components#create-auth-module to create custom login component. The problem is how can I remove back button from this component?
3
votes
4 answers

ngx-admin template npm install errors

I cloned the ngx-admin angular template from git repo at https://github.com/akveo/ngx-admin and I tried to install the node modules to start working and running the project but it gives me a list of errors: npm ERR! code 1 npm ERR! path…
3
votes
1 answer
3
votes
3 answers

How to pass and receive object in component to NbDialog component nebular ngx-admin?

I want to pass object to NbDialogComponent and how to get object from NbDialogComponent. Anyone say, Is way correct? I try this way for pass object, Component file: import { NbDialogService } from "@nebular/theme"; constructor(private…
Ragu
  • 772
  • 9
  • 29
3
votes
1 answer

How to pass data to Angular component using Nebular dialog Component?

I'm trying to send my objectData from a componentA, to DialogComponent to edit object info. ComponentA opens the dialog and passes the data like this: export class ComponentA implements OnInit { constructor(private dialogService: NbDialogService)…
3
votes
0 answers

How to install new ngx-admin Material Themes?

I have .NET Core Akveo NGX Admin bundle and I'd like to know how to install new Material Themes in my current application. Anyone can help?
JdMV
  • 116
  • 4
3
votes
1 answer

How to modify login page in ngx-admin

I started using the ngx-admin template, and i want to modify the login page. unfortunately, i couldn't find the login component in the project. is there any ways to access the login component
mariem_11
  • 81
  • 2
  • 6
3
votes
0 answers

Cannot read property 'pipe' of undefined when using Mat-Paginator

I am using ngx-admin template, but I want to add in Mat-Table and Mat-Paginator, therefor I am importing @angular/material module. Below is mine code: transaction.module.ts .... import { MatTooltipModule, MatRippleModule, MatButtonModule, …
Wynn Teo
  • 170
  • 10
3
votes
1 answer

How to unchecked and check the Nebular Check box dynamically after rendering

I am using a nebular theme checkbox in the Angular 8 App. Enable i am updating the checkbox using "enable_checked" Boolean .When the component loaded it…
3
votes
1 answer

How to programmatically set selected index in Nebular nb-stepper?

I am experimenting with the nb-stepper component, and would like to set the selectedIndex in my angular component. When specifying two-way binding on [(selectedIndex)] after refreshing my activities, the nb-step is not updated to show the selected…
Todd Worden
  • 193
  • 1
  • 3
  • 9
3
votes
1 answer

How can i change the login component so that it uses the username not the email?

I have a spring boot api that uses the username and password in the login. So how can i change the ngx admin to accept the username instead of the email for the credentials?
user10976183
  • 287
  • 1
  • 2
  • 13
3
votes
2 answers

How to remove sign up option from ngx-admin login page

There is an sign up option on login page. But i don't want to provide sign up option on login page. I want to provide a feature where only admin can create new account. For that i want to remove the sign up option from login page. Please help me.
Deepak Kumar
  • 1,246
  • 14
  • 38
1
2 3
9 10