|
|
|
|
|
by mattlondon
452 days ago
|
|
standalone for us was piecemeal - just do it one by one line of code here or there when you are already in the component making other changes. Likewise signals it was trivial to just change @Input() to input (ok slight simplification but not by much - I think there are automated scripts to do it anyway if you want to do it in one fell swoop?) when already in a component making changes. But you didn't have to, which is nice. You could take your time doing it but by bit if you wanted, no rush etc. I don't think the old ways are even fully gone yet anyway? |
|