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
-1
votes
2 answers

Nebular Auth Logout

using nebular, how can I log out with HTTP headers which contain token? just like below could be used or not? logout:{ alwaysFail: false, endpoint: '/auth/logout', method: 'post', requireValidToken: true, redirect:…
yywf77
  • 1
  • 1
-1
votes
2 answers

Why NbAdjustableConnectedPositionStrategy error and how solve this pain

Here is my template and I used nebular theme for UI In the previous project, I did not get this error. But in this project Nx(monorepo), I got this error. When I click to name of , popover pane is showing wrong position and I got this error I tried…
ko pauk
  • 11
  • 4
-1
votes
2 answers

Inject Service In Extendable Class Typescript

I am aware of DI injection pattern in angular but now I am implementing Nebular so the class needs to be extend , hence unable to use constructor in this case (given that have never worked with super calls) The issue…
-1
votes
1 answer

How to dynamically set the data in Nebular User Angular component

I am using the Nebular-User Angular UI component and its working, but I want to set the name property dynamically.
Shweta
  • 19
  • 1
  • 8
-1
votes
3 answers

Ngx-admin datepicker component. How can I change the local settings and display the component as a Turkish calendar

I'm using Nebular ngx-admin. How do I customize your new datepicker component? How can I change the local settings and display the component as a Turkish calendar. I've reviewed the library, but I think it's about it. Is there any other way I can do…
-1
votes
2 answers

ngx-admin error when using multiple popovers

I am using ngx-admin NbPopover, 4 attachments per page. I want to close the event when the event is finished. @ViewChild (NbPopoverDirective) popverDirective: NbPopoverDirective; this.popverDirective.hide(); I can only use one of them. others are…
-2
votes
1 answer

Dynamic component doesn't work with formarray angular

I creating a form builder like this https://stackblitz.com/edit/angular-dynamic-survey-creation-golkhg?file=src%2Fapp%2Fcreate-survey%2Fcreate-survey.component.html I do exactly like that but I don't use material design and this part doesn't…
naoval
  • 338
  • 6
  • 29
-2
votes
2 answers

I am facing some issues regarding the form submission

I want to submit the form on the button click as well as navigate to the next page, but it shows an error : "Form submission canceled because the form is not connected". Can anyone help me with this problem ?? I am using nebular. This is the html…
1 2 3
23
24