Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update "Angular Renaissance" examples to v19 #282

Open
LcsGa opened this issue Nov 21, 2024 · 3 comments
Open

Update "Angular Renaissance" examples to v19 #282

LcsGa opened this issue Nov 21, 2024 · 3 comments

Comments

@LcsGa
Copy link
Contributor

LcsGa commented Nov 21, 2024

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)
@dinnerhe
Copy link
Contributor

dinnerhe commented Nov 27, 2024

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

@LcsGa
Copy link
Contributor Author

LcsGa commented Nov 27, 2024

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
Copy link
Contributor Author

LcsGa commented Nov 27, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants