Questions tagged [nebular]

A toolkit which provides a set of native Angular (Not AngularJS 1.x) components, themeable components, authentication and security layers.

Nebular is a set of essential modules for application.

The purpose of the modules is to solve generic tasks faster and more efficient so that you can focus on business logic and leave routine behind.

What is Nebular and where to start with it ?

353 questions
2
votes
0 answers

get user data from NbAuthOAuth2Token angular

i'm using NbAuthOAuth2Token like this this.authService.onTokenChange() .pipe(takeUntil(this.destroy$)) .subscribe((token: NbAuthOAuth2Token) => { this.token = null; if (token && token.isValid()) { this.token = token; } …
naoval
  • 338
  • 6
  • 29
2
votes
3 answers

Overwrite Nebular theme for one component

I'm using Nebular for my Angular app and currently im trying to figure out how to overwrite theme settings for one component on one page only, having the component used on other places using the original settings. Example: (nb-sidebar) This is used…
2
votes
2 answers

Change Bootstrap table font colors when swapping Nebular theme

I'm using Akveo Nebular UI library and Bootstrap in an Angular application and everything looks perfect until I change the theme at runtime. Basically, the Bootstrap tables don't change the font color so they're unreadable. For example, this is how…
Fel
  • 4,428
  • 9
  • 43
  • 94
2
votes
4 answers

How could I change NbDialogService size?

I'm opening a Dialog Service, using Nebular Template. I'm using: this.dialogService.open(FormModalComponent, { context: { title: title, }, }); To open the dialog and change the text of the title. How could I change the size of the dialog…
Bisneto
  • 141
  • 2
  • 13
2
votes
2 answers

How can I centralize control

I'm using Nebular Template. I'm trying to use . I couldn't centralize the control, once it as been inside another tag,
, for example. How could I centralize the , and how could I set 100% of width of…
Bisneto
  • 141
  • 2
  • 13
2
votes
1 answer

How to customize NbLayoutComponent by extending it to a new class

I would like to have the footer full screen width, rather than the width of the contents section (screen width - sidebar width). Is there any way to do this? I am using Nebular to build my app. I couldn't find any option in Nebular docs to do this.…
bumchickbum97
  • 101
  • 2
  • 6
2
votes
4 answers

change sidebar to RIGHT in ngx-admin that is developed by nebular

I have to set ngx-admin to RTL style. I must set sidebar in Right. after some research not founded any solution in this Github project. anybody can help me with this problem.
user3111321
  • 55
  • 1
  • 2
  • 9
2
votes
2 answers

Angular Reactiveforms Dropdown (multiple)

I would like to activate the multiple option for the selection in the dropdown menu to store multiple values in an array, but I get the error: UsermanagementCreateComponent.html:6 ERROR Error: Can't assign single value if select is marked as…
meai2312
  • 167
  • 4
  • 12
2
votes
2 answers

@nebular customise menu (NbMenuComponent) html not working

I am using akveo/ngx-admin theme for my project. And i need to customise sidebar menu icons. nebular came with eva icons but i need fontawesome icons. tried to change "/node_modules/@nebular/theme/components/menu/menu-item.component.html" but html…
Mohit Patil
  • 436
  • 1
  • 5
  • 15
2
votes
5 answers

How to display custom icons on ng2-smart-table?

I can't display custom icons on the actions tab from ng2-smart-table. I have installed Eva Icons from Akevo Team and I want to use them. I have changed the edit button to show some custom icons but the problem is that nothing appears. On the left…
mihaij
  • 95
  • 2
  • 7
2
votes
3 answers

How to open Nebular Accordion by default with Ngfor

I am using latest Nebular version with Angular 7, facing an issue while using nebular accordion. Issue: By default active accordion should expanded not all, I have tried to use expanded = true but with this all accordion expanded which is not the…
Rakesh Singh
  • 211
  • 1
  • 5
  • 15
2
votes
4 answers

nebular corporate theme does not work out of the box

I set up a project using ng new and then followed the instructions to add nebular to an existing app. I defaulted to cosmic. This has resulting in the following files. So when I set the theme to cosmic or default in the NbThemeModule.forRoot(),…
DenisMP
  • 973
  • 2
  • 16
  • 31
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
3 answers

Angular2 - Nebular theme API endpoints

I am developing application under Angular2 and I choose Nebular frontend - https://akveo.github.io/nebular/#/home Documentation is not really detailed for me and I am not expert in Angular2. I am struggling in part - API endpoints…
Maximi
  • 559
  • 5
  • 18
1
vote
1 answer

Nebular checkbox is considered checked but doesn't light up

I'm working on an Angular component in which there are Nebular checkboxes. When I click on any checkbox for the first time, the click event is registered and the action associated to it is performed. However, the checkbox doesn't light up. Here is…
FlippingTook
  • 151
  • 1
  • 7