Krzysztof Brilla

Results 45 comments of Krzysztof Brilla

@JoostK any updates on this? I think I have similar issue stackblitz: [link](https://stackblitz.com/edit/angular-ivy-gpknqn?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.html,tsconfig.json,src%2Fapp%2Fstring-only-pipe.pipe.ts,src%2Fmain.ts,src%2Fapp%2Fhello.component.ts) ``` export type AccessibleValue = | { isAccessible: true; value: T } | { isAccessible: false; value:...

What about ternary conditions? Would it be possible to also narrow those like here ``` function getBreedSizeWithTenary(animal: Animal): string|undefined { if (animal ? animal.breed ? animal.breed.size : undefined : undefined)...

What about `@RequireBinding()` decorator that would only enforce that the binding in template occurs, it can be bind to `undefined`, `null`, a function or a field or primitive - basicly...

I'm pretty sure the TsLint rule didn't report such functions, as I had no errors like this while linting. After conversion EsLint is reporting them so they have to be...

🔥 IE 🔥 🥳 - every time I see that statement in some repo it makes my day better

hey, @mattlewis92 with angular 13, I would be willing to update this project to v13 maybe - to go with angular versioning schema and go with full compilation maybe or...

But delay should not be used for loseintrest on keyboard navigation, or It should be able to configure it separately W dniu pon., 4.12.2023 o 19:36 Luke Warlow ***@***.***> napisał(a):...

`Roving tabindex with focusgroup (take 2)` Needs ability to opt out from memory mechanism as for example common pattern is using tabindex=0 on selected option and when you tab into/tab...

I say the are not compatible, not completely. For example popover/dialog or more fundamental overlay api has layers, which does not exist on popover api and what’s more will not...