Evgeniy OZ

Results 131 comments of Evgeniy OZ

No matter what is written in documentation, modern Angular libraries must be built for OnPush mode and don't rely on ZoneJS. Libraries should not bring components with Default strategy -...

@JeanMeche OnPush libraries will not break apps that use Default. An OnPush component inside a Default will work just fine. > An Default child with a OnPush parent will not...

Without reproduction, this issue will be closed quickly. I'm not on the team, it's just an advice.

That would be really awesome for stores.

> we want a single source of truth and any "manual" synchronization goes against this goal. @pkozlowski-opensource Synchronization in one way would be enough and would not go against your...

> At the moment, I don't see any real case at this level... missing something? This part: > we're not able to initialize providers with inputs > new UserStore(/** how...

> the legitimate question is: from where is the userId coming from? From the parent component. > So it seems to me like a provider should derive its state from...

An even better example for my case with the list of filming locations would be, if the store, controlling the list of items, would be global (so we could display...

> Than it sounds like an event should be used to update the data in store? The user clicks a box, a signal is updated (`selectedMovie`), and an input receives...

No, the selection is not global. I gave you multiple examples, not sure what else you expect. Perhaps someone else will find examples for you. It's not my feature request,...