Brian Salamone

Results 8 comments of Brian Salamone

Will this functionality be made?

This would be okay if we could mimic the hover behaviour of the onboard presets. Is there any way? They way it shows a preview when hovering on those presets?

> Yes, [WBO](https://github.com/lovasoa/whitebophir) is its own project, with its own [issue tracker](https://github.com/lovasoa/whitebophir/issues) where you can open feature requests. Being able to clear the whole whiteboard has been requested before, but...

> Instead of `npm i --force` it's much better to override the specific dependencies required by the @nebular/* package being used. For example, for @nebular/security: [#3192 (comment)](https://github.com/akveo/nebular/issues/3192#issuecomment-1736534089) Yes, but I...

Do anyone know how to make themes work in Angular 19? I mean this stuff: ``` @forward "@nebular/theme/styles/theming"; @use "@nebular/theme/styles/theming" as *; @use "@nebular/theme/styles/themes/default"; $nb-themes: nb-register-theme( ( text-basic-color: #000, text-info-color:...

This style guide https://angular.dev/style-guide#organize-your-project-by-feature-areas recommends using `/src` as the root to put feature folders inside. This conflicts with Angular CLI schematics path adding `app` between `src` and the name of...