nebular
nebular copied to clipboard
:boom: Customizable Angular UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
### Issue type **I'm submitting a bug report ### Issue description **Current behavior:** When I run npm start on my angular app this message is shown:  **Expected behavior:** No...
```html ``` ```typescript ngOnInit() { this.nbMenu .onItemClick() something execute } ``` When I click menu button to open menu, parent click is called. I tried to use `stopPropagation()`, but not...
{ "name": "infinity-web-bo", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test" }, "private": true, "dependencies": { "@angular/animations":...
### Issue type **I'm submitting a ...** * [x] bug report * [ ] feature request ### Issue description NbAction with icons that change dynamically (for example to indicate toggle...
The nb-side bar is not rendered If I extend the NbSidebarComponent. I copied the whole CSS and template. But no luck * [x] bug report * [ ] feature request...
### Issue type **I'm submitting a ...** (check one with "x") * [X] bug report * [ ] feature request ### Issue description **Current behavior:** Add a reveal card inside...
### Issue type **I'm submitting a ...** (check one with "x") * [ x] bug report * [ ] feature request ### Issue description **Current behavior:** In iOS a flipcard...
### Issue type **I'm submitting a ...** (check one with "x") * [ ] bug report * [ ] feature request ### Issue description **Current behavior:** **Expected behavior:** **Steps to...
### Issue type **I'm submitting a ...** * [ ] bug report * [x] feature request ### Issue description **Current behavior:** It is not currently possible to set menubar items...
### Issue type **I'm submitting a ...** * [X] bug report * [ ] feature request ### Issue description the spinner documentation code examples lack the module import of NbSpinnerModule...