StackBlitz Examples
These are the Angular demo apps in the StateAdapt repo. Each StackBlitz link opens the whole monorepo in a WebContainer and starts that app.
Run the same commands locally from the repo root.
Counter
A few counters that share UI and adapters. Stores are created in the component and in services.
sh
npm run demo:counterShopping
A product catalog, cart, and filters. joinStores combines the product and filter stores so the list reacts to the active filters.
sh
npm run demo:shopping