Skip to content
/ examples Public

A collection of examples using best practice on NGXS

Notifications You must be signed in to change notification settings

ngxs/examples

Repository files navigation

  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!

About

A collection of examples using best practice on NGXS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages