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
8
votes
1 answer

Angular Nebular styles does not apply for NbChatComponent

I have an ongoing angular project and I'm trying to add Nebular Chat UI to the project. I installed nebular with npm and did the imports as mentioned in the site. Functionality is working as expected, but the styles are not applied to the…
8
votes
1 answer

Active Link Selected Nebular for Angular

i'm using nebular in my angular front application , and want to set the active link selected . how can i achieve it ? I've tried with the selected property of the menuItem but it's applied only on the item object and there is no [routerLinkActive]…
Alex
  • 81
  • 3
7
votes
1 answer

How to add custom columns in Nebular TreeGrid?

In Nebular Tree Grid, how to add custom columns that aren't really linked to data? eg: add, edit, delete columns. I've just assigned them to properties of my class (ref, city, address), but what if the class definition didn't have "spare"…
EricP
  • 173
  • 2
  • 14
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

Ionicons version 5 with angular

How to add ionicons version 5 to angular, with version 4.5 there was a scss available and I can use in that way but now in version 5 ionicons use svgs and don't know how to integrate it with angular. Current approach In angular.json "styles": [ …
anthony willis muñoz
  • 2,346
  • 3
  • 16
  • 33
5
votes
1 answer

Nebular Auth Angular Validation

I use Nebular to create login form. But the form of Nebular using email validation. I want to disable email validation because my website using username.
5
votes
4 answers

Upgrade to Nebular 4 has stopped displaying font awesome icons. Setting pack is also not working

After upgrade of Angular version 8, Nebular got updated to version 4. After the upgrade I cannot see my font awesome icons that was getting displayed earlier. I tried going through this document of nebular which is asking us to register font…
Rohit Dubey
  • 174
  • 1
  • 2
  • 12
5
votes
5 answers

nebular menu parent active class not working

I am using nebular with Angular 6, facing an issue while clicking on menu item , active class on parent menu item not added. but if you see the http://akveo.com/ngx-admin, while you click on ""buttons" inside "UI-features" them UI-features get…
Rakesh Singh
  • 211
  • 1
  • 5
  • 15
5
votes
1 answer

Animating nebular sidebar component

I am using nebular sidebar component, what i'm trying to do is animating the opening and the closing of the sidebar. I checked the sidebar API but i didn't find anything that can do that ? I tried to apply css transition on the class but it didn't…
Ali Badr
  • 128
  • 1
  • 10
5
votes
2 answers

Activate a Nebular Theme tab

I am using the Nebular Theme component and will want to manually activate a particular tab with a button click. I can't find any information in their doc https://akveo.github.io/nebular/docs/components/tabs/overview#nbtabsetcomponent
Raymond Tey
  • 464
  • 3
  • 11
4
votes
2 answers

How to fix the error Error: Default pack is not registered in Nebular

What to do if you try load an Nebular page and then this error occurs? Error: Default pack is not registered.
btd1337
  • 2,616
  • 2
  • 16
  • 25
4
votes
2 answers

ng add @nebular/theme - ERROR: Cannot find module @angular-devkit/core/src/terminal

I am trying Nebular for the first time, following the tutorial from their website. I created a new angular project by installing Angular CLI. This is not my first Angular project, and Angular seems to work normally. I then tried to add Nabular…
gbos
  • 503
  • 2
  • 6
  • 28
4
votes
1 answer

How to send formatted/HTML message in Nebular chat?

I am using the Nebular chat component and it is working fine. But I am unable to send HTML message in that. Such as Hello world Hello World Can you please help to achieve this in the nebular chat? Edit 1 This is sample code for send message…
Hkachhia
  • 4,463
  • 6
  • 41
  • 76
4
votes
0 answers

How to implement Nebular NbTreeGridComponent with pagination

I want to implement NbTreeGridComponent along with Pagination. I have created a data-table module/component separately and imported this component in another page. After the table content is displayed I want to display some other content in same…
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?
1
2 3
23 24