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

Can't aling horizontally items in Angular

I have 4 item in a div that are show vertically, but I want them align horizontally. I don't know what I'm missing but I'm unable to do it This is the HTML
SirrMaxi
  • 543
  • 2
  • 6
  • 14
2
votes
1 answer

ERROR Error: NbFormFieldComponent must contain [nbInput]

I'm facing an issue with Nebular and Angular 12, i'm trying to add an icon inside of an input, for that i'm using the tag like the documentation told me to do. But it return me this error : ERROR Error: NbFormFieldComponent must contain…
2
votes
1 answer

how to include auth token on header everytime http request send?

I use ngx-admin latest version, I have modify my app.module.ts like this: NbAuthModule.forRoot({ strategies: [ NbPasswordAuthStrategy.setup({ name: 'email', baseEndpoint: 'https://localhost:5001', token: { class:…
nightingale2k1
  • 10,095
  • 15
  • 70
  • 96
2
votes
1 answer

NullInjectorError: No provider for NgbModalRef

I try to use NgbModalRef to close a Modal (That open with NgbModal) and in some components I see the Error: ERROR Error: Uncaught (in promise): NullInjectorError: R3InjectorError(MyModule)[NgbModalRef -> NgbModalRef -> NgbModalRef -> NgbModalRef ->…
2
votes
2 answers

error NG8001: 'nb-card-body' is not a known element

I am working with ngx-admin-module, https://github.com/akveo/ngx-admin and trying to create additional Test page with Smart Table in it. This test page's link will appear below E-commerce and IOT Dashboard. And I have modified pages-menu.ts,…
user0404
  • 113
  • 3
  • 14
2
votes
2 answers

How to navigate one step to another steps programmatically in ngx-admin nebular stepper?

I am using nebular ngx-admin template. I am facing some issues in nebular stepper. I have used four steps in one component. I used Nebular API's methods in component file: @ViewChild("stepper") stepper:…
Ragu
  • 772
  • 9
  • 29
2
votes
2 answers

How to apply theme or customize Nebular icons?

I working on the Nebular theme. I have to customize the icons like icon-font-size. I found the documentation here. My question is, How to change default values that are available here. I have…
Udhayakumar
  • 357
  • 5
  • 19
2
votes
2 answers

Angular Nebular Chat only for one Module and Component

I want to integrate only the NbChat into my project. At first I just tried to integrate it normally in my whole project, but I got following error as soon as I try to use components with typescript logic (in this case logging in), when the…
Marc
  • 43
  • 2
  • 6
2
votes
0 answers

nb-checkbox getting checked/true all instead checked one

i'm using nebular checkbox https://akveo.github.io/nebular/docs/components/checkbox/overview#nbcheckboxcomponent i'm trying to create a quiz app, here's my code
naoval
  • 338
  • 6
  • 29
2
votes
0 answers

Where I can check nebular 5-6 compatibility with angular version

I am trying to use the Nebular chat UI component and begin to install the nebular library from install guidelines. I am using the Angular 8.1.3 version and have the same errors with installing by schematics add and manual install modules with…
Mentor-kh
  • 99
  • 1
  • 5
2
votes
3 answers

NullInjectorError: No provider for NbDialogRef! in Nebular Dialog Service

I am using NbDialogService, and I am opening a component through NbDialogService, on that dialog component I have initialized Nbdialogref private dialogref: NbDialogRef. Now I want to also open that component without dialog box,…
shrey shah
  • 91
  • 2
  • 11
2
votes
1 answer

Angular Template to work with but without the headache of UI design

I've looked for templates, components, libraries...etc to work with and I've bean comparing but my experience is too little to anticipate the front-end future complexities that might face me as challenges so I'm looking for the right decision now,…
2
votes
1 answer

Unable to display page content accross the entire screen available by using Nebular NbLayoutComponent

I'm using Neular NbLayoutComponent with one column as a main container for an Angular Application as shown below.
2
votes
1 answer

How to create responsive TopNav in Angular Nebular theme?

I want to create a responsive Top Navigation using Angular Nebular theme. I created the top menu using
Weilies
  • 500
  • 1
  • 7
  • 27
2
votes
1 answer

Nebular nb-flip-card with front and back different size

Is it possible somehow to create a dynamic height nb-flip-card? I have the front of a card I have short info and a back where I would like to put more details:
Mithrand1r
  • 2,313
  • 9
  • 37
  • 76
1 2
3
23 24