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

NbAuthService authentication request with custom Content-Type header

I'm using ngx-admin theme to create a custom signin (ngx-admin uses nebular's auth component to generate a signin page, check the documentation here), Here's the code to setup the authentication stratergy ...NbAuthModule.forRoot({ …
Justice
  • 422
  • 2
  • 8
  • 21
0
votes
2 answers

Nebular nb-layout is missing

I am trying use your Nebular for the first time, so I created an app using ng new and I am getting these errors in my home screen. I have a routing module that was created when I created the app. Can someone tell me what changes I need to get the…
DenisMP
  • 973
  • 2
  • 16
  • 31
0
votes
2 answers

Nebular (ngx-admin) authentication flow through a GraphQL API

How to do an authentication flow through a GraphQL API in a ngx-admin/Nebular app? I find the available AuthStrategy classes are limited and there's no straightforward way to change their behaviour. The closest is NbPasswordAuthStrategy, that does…
nuno
  • 250
  • 2
  • 11
0
votes
1 answer

What is the proper method to make close button of NbAlertComponent to work (close an alert)

I'm using nebular for my project, and cannot find out how to get close button of NbAlertComponent to actually close alert. By closing I mean to stop showing after clicking on close button. I read documentation about alert component docs, but did not…
Vadi
  • 3,279
  • 2
  • 13
  • 30
0
votes
1 answer

Nebular: Layout-Header how to add a bootstrap dropdown to the component

My company is very new to Nebular and we have a standard header that includes a user dropdown (bootstrap) that i would like to include into nb-layout-header. Is this possible and if so how can this be achieved. here are snippets of our…
S. Sack
  • 1
  • 2
0
votes
1 answer

Http GET request empty result

right now i'm playing with ASP.NET with Angular 6 in frontend and can't figure out what is happening. For short: i'm getting a empty json although backend is sending right values: checked with Postman Model: import { Car } from…
Lacwik
  • 1
  • 1
0
votes
1 answer

Difficulties installing Nebular on to my existing angular project

enter image description here I am trying to add Nebular on to my existing angular project and keep getting errors, i am following this tutorial. https://akveo.github.io/nebular/docs/guides/add-into-existing-project#install-nebular
0
votes
1 answer

Nebular stepper Issue after completed

I need help in nebular stepper, as we know that when the any step completed then the "checkmark" icon displayed but my use case is different I need the number will remain but color will change as same as icon (i.e. # ffffff). I am not able to…
Rakesh Singh
  • 211
  • 1
  • 5
  • 15
0
votes
1 answer

Nebular theme fonction nb-install-component not working

I have a problem in using nebular theme in other component I have used it in other component and it worked very well but in other component is doesn't work this is my code @Component({ selector: 'ngx-my-date-picker', templateUrl:…
Ayoub EL Abassi
  • 41
  • 3
  • 11
0
votes
2 answers

New Login Page in ngx-admin with own auth service

Response of my login API…
Mubeen
  • 351
  • 1
  • 2
  • 15
0
votes
2 answers

Nebular Authorization Problem (Always Successful Login) - ngx-admin

NbAuthModule.forRoot({ strategies: [ NbPasswordAuthStrategy.setup({ name: 'auth', token: { class: NbAuthJWTToken, key: 'token', }, baseEndpoint: '/api/', login: { alwaysFail: false, …
-1
votes
1 answer

The toggle change does not detect me

I have a toggle that activates or deactivates a tooltip in a table. At the moment, it is activated when starting the application but I want it to be deactivated when starting the application and it is only activated when the toggle is set to true. I…
Carlos
  • 1
  • 1
-1
votes
1 answer

Why do options appear twice when adding select filter to ng2-smart table with custom data?

I am trying to add select filter to smart table and I am setting options with custom data. Select options data appear but adds as many empty options as the number of data. When I click on blank options, it's filtering the data. How can I remove…
rosa
  • 13
  • 1
  • 8
-1
votes
1 answer

Nebular nb-option with ng-template

Is there a way to place an icon inside a nb-option? I have readed the docs and can't find a way to do this. May be with ng-template?
-1
votes
1 answer

Infinite scroll not working in old Nebular site

I have a website which is based on an old version of ngx-admin (Nebular) which i am assuming version 2.1.0. the new nebular documentation does not seem to apply to my website, so i am trying to add an infinite loop functionality using…
Augustus
  • 383
  • 3
  • 13
1 2 3
23
24