component-party.dev
component-party.dev copied to clipboard
Update "Angular Renaissance" examples to v19
Angular v19 just landed and keeps simplifying the framework:
standalone: trueis now the default on components, directives and pipes- new
resourceAPI with signals or observables - new
linkedSignalAPI with signals (unfortunately there is no example that could demo it)
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
Nice PR 👌🏼 Yeah they might be avoided for now I guess (even though I'll definitely use them in production as I always do 😎😂)
Especially linkedSignal that is in dev preview!
Btw we added dev preview features in these examples (afterNextRender and effect for example) 🙄