Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.31 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.31 KB

  Examples

Getting Started

  1. Clone the repository into a local folder.
  2. Install dependencies: npm install
  3. Run any project example: npx nx serve X, where X is a number of the example
  4. Try experimenting with code

Description of Examples

  1. 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

Connect with us!