csisy-bt4w
csisy-bt4w
Years later: the `localize.day` still ignores the `weekStartsOn`, but we can get the correct result: ``` import { type Day } from 'date-fns'; const weekStartsOn = locale.options?.weekStartsOn ?? 0; const...
Another stackblitz for a simple use-case, where the content of a child component is queried via a directive but the content is provided through a parent: https://stackblitz.com/edit/stackblitz-starters-fndspl?file=src%2Fmain.ts
Since components cannot be composited very well (e.g. an element can have a single component only), there is currently no way to create a specialized component from a base. For...
@StephenCooper I am currently using version 31.0.1 with custom cell renderers for all cells. I know that the documentation explicitly tells that custom cell renderers can severely impact performance (in...
We already have all our components set to `OnPush` so I cannot tell if it helps or not (probably it does). > In my testing I also came across the...
All cells used custom cell renderers, for the following reason: We have a `clipped text` component that displays a tooltip on mouse enter when the text is clipped (ellipsis), and...
Tried to create an example on [stackblitz](https://stackblitz.com/edit/stackblitz-starters-s1mvuz?file=src%2Fmain.ts), but it is way too simple so the performance hit is not as bad (make the preview window wide so more column is...
Sorry for the late reply. I've tested it, and it broke our tooltip component. 😄 I was trying to debug what happens, but cannot find anything. Simplified the component to...
Thanks @StephenCooper! I will find some time to share the component, thanks.
There are two issues (#22323, #39884) that more or less requests this functionality as a well-documented public API.