Julian Jandl

Results 34 issues of Julian Jandl

First of all, thank you very much for your effort. This extension is AMAZING! # Description Currently there is one major missing feature which is keeping me from moving from...

# Description this PR makes sure `rxFor` is in a state where it can be considered as stable and moved from the experimental package. I've implemented a test suite which...

</> Template
🔬 Experimental
🛠️ CDK

# Make the PushPipe great again :rocket: for a looooooooooooooooooooooooooooooooooong time now I wanted to tackle this nasty bug which basically makes the push-pipe quite useless since it overrenders each...

</> Template

# Description ![template-triggers](https://user-images.githubusercontent.com/4904455/179630451-0320386e-b5af-4787-a2aa-da9cab471e05.gif) ![Contextual Template States](https://user-images.githubusercontent.com/4904455/179629609-f775d331-9961-42cd-985d-b94e2b0741f2.png) [Contextual Template States](https://docs.google.com/presentation/d/1z3A0GjDJpu3_Lipmcqn9BL1LLTKXaMgYBKt1UKUs5rY/edit?usp=sharing) implemented template triggers for rxLet directive * [x] demo * [x] docs (JSdocs) * [x] unit tests notable changes: **template-notifier** `create-template-notifier`...

</> Template
🔬 Experimental
🛂 Test
🛠️ CDK

# Description closing #1386 * drop `markDirty` * replace global strategy with native * check if in NgZone in native strategy (otherwise we will overrender brutally)

📖 Docs API
🛠️ CDK

# Description implement contextual templates for `*rxFor` * [ ] suspense * [ ] error * [ ] complete relations: * https://github.com/rx-angular/rx-angular/issues/304

</> Template
🎓 RFC

# ChunkDirective This PR introduces the `*rxChunk` structural directive. the `*rxChunk` directive serves as a convenient way for dividing template work into chunks. Applied to an element, it will schedule...

</> Template
Backlog 🧊

# Description the `coerceObservable` creation function has incorrect typings which leads to errors. If we wouldn't use `as Observable`, it will raise the following error: `Argument of type 'OperatorFunction' is...

🛠️ CDK

# Description inside of our implementation of the `scheduler` we expose a function called `forceFrameFrate`. It takes a user defined fps value and transforms it into ms. The generated `yieldInterval`...

🛠️ CDK

# Description Document `@rx-angular/template` & `@rx-angular/cdk` known issues, edge-cases and workarounds. Lets try to get a somehow complete list of current known issues and possible workarounds. - [ ] routing...

</> Template
🛠️ CDK