Michael Hladky

Results 222 issues of Michael Hladky

This PR aims to standardize the way we document things in rx-angular. It includes the following templates for now: - `PACKAGE_MAIN_README.MD` - Main Readme file visible on GitHub under `package/Readme.md`...

📚 Docs Web

# Problem Solved By The Feature To reduce the bundle of code that only relies on `getZoneUnpatchedApi ` we move it into a standalone folder in internals and reimport it...

🛠️ CDK

# Context #### Higher Oerder Component --- ![context-teaser](https://user-images.githubusercontent.com/10064416/103596848-2471d900-4eff-11eb-92d6-e30cae921288.png) ![context-example](https://user-images.githubusercontent.com/10064416/103729316-70e11580-4fe0-11eb-9241-1e73c4769202.png) ![rx-context-demo-hladky-michael-rx-angular](https://user-images.githubusercontent.com/10064416/103846387-40f84780-509e-11eb-8237-515e3a780603.gif) ## Case Study The subject is a view that displays data e.g. a list of items or one single piece...

✍️ Enhancement
</> Template
🎓 RFC

https://twitter.com/iAbu94/status/1304843704952262656?s=20

📚 Docs Web
🤗 Good first issue
{ } State
📖 Docs API

# Description I realized the naming of some coercing operators might be wrong. Here all operators listed: **Factories:** - coerceObservable - coerceDistinctObservable - coerceAllFactory **Operators:** - coerceObservableWith - coerceDistinctWith #...

# Problem solved by the feature ATM we have 2 main operators/ways to shortcut state selections. `select` and `selectSlice`. ## `select` `select` is a standalone operator as well as a...

🙏 Help wanted
{ } State
🎓 RFC

# Problem Solved By The Feature When templates are displayed dynamically by e.g. *ngIf + push or rxLet and contain template or code that triggers routing, navigation is not working....

🐞 Bug
📚 Docs Web
</> Template

# Problem Solved By The Feature ATM we end up in a lot of places is the overload hell. Especially in situations where we work with nested structures. # Solution...

✍️ Enhancement
{ } State

# Problem Solved By The Feature #194 # Solution https://github.com/BioPhoton/rx-angular/pull/194#issuecomment-671120306 We could try to inject the routerLink Directive as @Self() @Optional() and do a check if it's there. If it's...

🐞 Bug
</> Template

Test: - [ ] Coalesce unscoped - [ ] Coalesce scoped - [ ] Scheduling process

</> Template
🛂 Test