goetzrobin / spartan

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

refactor(): userclass are now signal inputs #148

Closed elite-benni closed 6 months ago

elite-benni commented 6 months ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

Which package are you modifying?

multiple

What is the current behavior?

Inputs are with decorator @Input

Closes #

What is the new behavior?

Inputs are with the new input signal function.

Does this PR introduce a breaking change?

It is not possible anymore to set the inputs programmatically.

Other information