ngxs / store

🚀 NGXS - State Management for Angular
http://ngxs.io
MIT License
3.52k stars 400 forks source link

📚[DOCS]: Add documentation about Selector Type Safety #2182

Open markwhitfeld opened 2 weeks ago

markwhitfeld commented 2 weeks ago

Description

With NGXS v18, we have started to push towards better type safety for selectors. The challenge is that we have users who use old mechanisms that are not type-safe and they would need guidance on converting their code to a more type-safe equivalent. Not only that, but there is an opportunity here to showcase all of the different helpers available.

We should definitely cover: