Michael Hladky
Michael Hladky
As not all strategies chunk let's call it rxTemplate?
Hi! Thanks for the issue! Did you check the overloads? E.g. we have: ```ts this.state.connect('nameOfComputedProp', value$, (state, value) => state.prop1 + value); ``` Is it helpful?
**Problem** ```ts interface Model { selectedProductId: number; sort: boolean; products: any[]; sortedProducts: any[]; } this.state = new RxState(); this.state.connect(this.state.select(selectSlice(['sort', 'products'])), (state, { sort, products }) => { return { sortedProducts:...
I found the old PR we discussed in the call: Opened it here for you to check: #1192 Also added some docs on that area here: https://github.com/rx-angular/rx-angular/blob/d2d52ff89bc749c979d6583b860f4c497c43c2a3/libs/state/selections/docs/Readme.md WDYS?
So I had more time to progress with docs on the new operator. With the old PR the implementation only for works for `{ prop: 42, prop2 = number$}`. Not...
I also entered that! Let's look at it and see what's best. But now it's definitely wrong. It was me I guess haha.
Hi @mohammedzamakhan i created [angular-formatter-parser](https://github.com/BioPhoton/angular-formatter-parser) the AngularJS port. [Documentation](https://github.com/BioPhoton/angular-formatter-parser/blob/master/README.md) is available, [NPM Lib](https://www.npmjs.com/package/angular-formatter-parser) also present. Give it a try!!! Best Michael
there is a refactoring in forms. Not sure in which version it will land. But after this step they will implement other features. What I do with [angular-formatter-parser](https://github.com/BioPhoton/angular-formatter-parser) is working...
Could you just change the template setting to templateUrl in the directive part? Then it would be easy to override the default template and implement custom once. I guess this...
Hi @LFeh, I would really appreciate your help!! Regarding prefixes for css classes I already opened an issues: https://github.com/BioPhoton/css-star-rating/issues/33 Let's continue there. Best, Michael