nartc / component-store-playground

NgRx Component Store Playground by @nartc and @beeman

Home Page:https://beeman.github.io/component-store-playground/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@ngrx/component-store Playground

This is a repo that showcases different use-cases which utilizes @ngrx/component-store.

Technologies

Use-cases

Please check each individual use-case for more info

  • Ui Global Store: We utilize Component Store for a simple UiStore for our dark/light mode
  • Todo: Simple todo applications
  • Workflow: Workflow applications with Recursive Tree structure + nested Component Store
  • Form: Forms demo with Formly

Testing

Nx comes with Jest and Cypress by default and that's what we're using to write tests for this playground. In addition, we also utilize Spectator for overall Angular testing and ObserverSpy for testing Observable. Please check out the *.spec.ts files throughout the repo for details.

Contribute

Please check our CONTRIBUTING GUIDE

About

NgRx Component Store Playground by @nartc and @beeman

https://beeman.github.io/component-store-playground/


Languages

Language:TypeScript 88.8%Language:HTML 9.2%Language:JavaScript 1.7%Language:SCSS 0.3%Language:Shell 0.0%