/xstate-angular

Examples and a small library for using XState in Angular

Primary LanguageTypeScript

XstateAngular

This project contains the implementation of the xstate-angular library which is a toolset for using XState library in an Angular application.

There are also real world examples which demonostrate how the library works.

How to run the examples

  • ng serve conduit (a real world app using XState - WIP)
  • ng serve reddit (demonostrates the Actor model)
  • ng serve examples