component-party.dev icon indicating copy to clipboard operation
component-party.dev copied to clipboard

Update "Angular Renaissance" examples to v19

Open LcsGa opened this issue 1 year ago • 3 comments

Angular v19 just landed and keeps simplifying the framework:

  • standalone: true is now the default on components, directives and pipes
  • new resource API with signals or observables
  • new linkedSignal API with signals (unfortunately there is no example that could demo it)

LcsGa avatar Nov 21 '24 07:11 LcsGa

Removed all standalone: true here #283 However I don't think resource and linkedSignal API needs to be implemented now as they are still experimental features Link Link2

dinnerhe avatar Nov 27 '24 03:11 dinnerhe

Nice PR 👌🏼 Yeah they might be avoided for now I guess (even though I'll definitely use them in production as I always do 😎😂)

LcsGa avatar Nov 27 '24 08:11 LcsGa

Especially linkedSignal that is in dev preview! Btw we added dev preview features in these examples (afterNextRender and effect for example) 🙄

LcsGa avatar Nov 27 '24 08:11 LcsGa