typebytes / angular-checklist

🔥 Curated list of common mistakes made when developing Angular applications
https://angular-checklist.dev
MIT License
316 stars 66 forks source link

feat(): add topic about using component state from ngrx #92

Open eduardoRoth opened 2 years ago

eduardoRoth commented 2 years ago

Added a new topic about using component-store from ngrx which let you handle specific component state in a decoupled store from the global one.