Michael Hladky
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`...
# 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...
# Context #### Higher Oerder Component ---    ## Case Study The subject is a view that displays data e.g. a list of items or one single piece...
https://twitter.com/iAbu94/status/1304843704952262656?s=20
# 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...
# 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....
# 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...
# 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...
Test: - [ ] Coalesce unscoped - [ ] Coalesce scoped - [ ] Scheduling process