DEV Community

Discussion on: Introducing NGRX component-store

Collapse
 
beazer profile image
Dave

Great intro to NGRX component store! I’ve implemented it in a job I recently started and it’s been great for separation of concerns. I’m trying to find how I go about testing it as it’s time consuming running through the UI each time. Can I write unit tests just like for a service? 🤔