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
vote
0 answers

How to use ionic with others web component simultaneously Angular

I'm trying to create an apps which use nebular and ionic in the same project. I have 2 parent routes, pages for nebular layout and ionic for ionic layout. Inside ionic component I wrap everything using this code
naoval luthfi
  • 703
  • 7
  • 20
1
vote
0 answers

Hide name of sender in Nebular chat UI

I have follow instruction from https://akveo.github.io/nebular/docs/components/chat-ui/overview#nbchatformcomponent to create custom chat component. The problem is how can I remove The name sender from this component?
Souhir
  • 31
  • 1
  • 6
1
vote
0 answers

Nebular: nb-datepicker does not detect date changes when used inside nb-tabset in a nbPopover

I'm trying to use nb-datepicker inside an nbPopover with nb-tabset, unfortunately the date changes are not detected. The same code with only nb-datepicker and nb-tabset works fine in the main page, but when used in an nbPopover, the (dateChange)…
Nad14
  • 11
  • 2
1
vote
0 answers

Nebular: Creating a new custom theme with javascript (NbJSThemesRegistry)

I want to dynamically create a theme for a user using the data that comes from the backend. As I can see NbJSThemesRegistry has a method for this purpose: /** * Registers a new JS theme * @param config any * @param themeName string * @param…
1
vote
1 answer

How to get the selected count, in the template, of selected items from select element in angular?

I have the following markup in my template:
{{ getCount(selected) }} selected
1
vote
1 answer

How to read passed params via context of NbDialogService inside the dialog component

I have installed "@nebular/theme": "^7.0.0". And I'm trying to pass parameters via the NbDialogService to the component via the context property of the config, but I'm unable to read it into the dialog component. I've tried to declare @Input…
albpower
  • 119
  • 3
  • 14
1
vote
1 answer

Close NbWindowService from Button Click

I have a component that opens a NbWindowService: This button calls this function from the page.component.html and then in the page.component.ts: openWindow()…
JLAdams
  • 15
  • 4
1
vote
0 answers

Nebular component do not show in angular app, console show error: Cannot read property 'defaultView' of undefined

I am working on an application with angular and nebular frameworks. I am trying to use the nebular component on my app.component .html file but when the page load it does in blank and the console it show me the follow error: ERROR TypeError:…
eddtnr
  • 11
  • 1
1
vote
0 answers

Autocomplete not reopen after reset value

Im using the NbAutocomplete Module of Nebular and i added a button to clear the value. The value is cleared and after that the drop down list won't open. No error in console. Any idea? Template
user384496
  • 180
  • 1
  • 2
  • 16
1
vote
0 answers

How to save/restore user search on ng2-smart-table columns if user navigates to a view and then it is returning to the table view?

How I can save/restore the user search on ng2-smart-table columns if the user navigates to a view and then it is returning back to the table view (route navigation)? Do you have any ideas? Thank you
mihaij
  • 95
  • 2
  • 7
1
vote
1 answer

Nebular Roles - isGranted() always true

Good evening, I am configuring Nebular to work with roles. Server side everything works, front end side everything seems like it's working but accessControl.isGranted() always returns true. This is some of the code I am using: Roles…
gbos
  • 503
  • 2
  • 6
  • 28
1
vote
0 answers

how to re-render or reload this child component table when I added some data without reloading page?

Here I am using ngx-easy-table datatable pluging. here is documentation I want to re render or reload only table component when I add a new data to this table but table is not re-render I tried so many ways but in vain. Also I an using Nebular UI…
1
vote
2 answers

How to fix the build sass file from Nebular Auth

If you try just install Nebular Auth Module probably you is face this error below. Error: ./src/styles.scss Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): ModuleBuildError: Module build failed (from…
btd1337
  • 2,616
  • 2
  • 16
  • 25
1
vote
1 answer

Angular HttpClient TypeError: Object(...) is not a function

I had nebular admin panel version 5.0.0 using angular 9 and was working perfectly, I upgraded to version 6.0.0 which uses Angular 10 ( by upgrading the versions in package.json ), now in dev server everything is working perfectly, but after…
sami
  • 197
  • 14