- Clone the repository into a local folder.
- Install dependencies:
npm install
- Run any project example:
npx nx serve X
, where X is a number of the example - Try experimenting with code
- Search articles in Wiki API
A simple NGXS store for three components. The application fetches and displays data from Wiki API. It will demonstrate handling actions as asynchronous entities and practical goals, that can be achieved with Action Handlers. Why subscribe to action immediately after its dispatching, and why subscribe to action in another component.
Used plugins: Devtools
Level: Easy