Sergey Andrievskiy
Sergey Andrievskiy
You need to wrap your test component elements in the `nb-layout` to make overlay components (like window, dialog, tooltip, popover, etc.) work. See an example here: https://github.com/akveo/nebular/blob/a3b5ae5f7ea3356abb49737f4f46311ac0ffb7f4/src/framework/theme/components/tooltip/tooltip.spec.ts#L23
You need to extend `NbChatMessageComponent` to customize chat messages. There is `ngSwitch` ([source](https://github.com/akveo/nebular/blob/3d2e4dfa9d7f061271abb313fcd5c64a48d366a7/src/framework/theme/components/chat/chat-message.component.ts#L65)) which used to determine what component to render. You can add new message types to add a...
Hi @SUlbrichA. Could you please clarify what do you mean by support? Oleersoy's answer is correct, you can install and use any icon pack. Thanks, @oleersoy!
Moving to the Nebular repository. https://github.com/akveo/ngx-admin/pull/5531#issuecomment-539499784: I'd rather see this as a feature of the sidebar itself, not as part of ngx-admin. Sidebar already detects menu clicks to expand if...