Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 530 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 530 Bytes

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