goetzrobin / spartan

Cutting-edge tools powering Angular full-stack development.
https://spartan.ng
MIT License
1.35k stars 143 forks source link

allowSignalWrites is going to be removed from effects, we need to refactor any of the components that currently use this. #388

Open LukeEdgecock-Bennett opened 1 week ago

LukeEdgecock-Bennett commented 1 week ago

Please provide the environment you discovered this bug in.

just an overall comment, might be better as a feature request other than bug?

Which area/package is the issue in?

input

Description

it was noted in a recent developer interview that the angular team is going to be removing "allowSignalWrites" from the effect api.

this would be a breaking change for a few components that use this.

Please provide the exception or error you saw

No response

Other information

No response

I would be willing to submit a PR to fix this issue