You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brief description of the article and what it covers.
5
-
Link to article on SitePoint (if known).
4
+
The components we build for our web-application often host states. Connecting components often means sharing mutable states: this is difficult to manage and leads to inconsistency.
5
+
6
+
What if we have one place for the state's mutation and let messages do the rest? [ngrx/store](https://github.com/ngrx/store) is an implementation of [Redux](https://github.com/reactjs/redux) for [Angular](https://angular.io/) using [RxJS](http://reactivex.io/rxjs/) that brings this powerful pattern into the Angular world.
7
+
8
+
This sample application will manage a realtime search using the [YouTube API](https://developers.google.com/youtube/v3/), allowing the user to search for a name and to geo-localize the search results.
6
9
7
10
## Requirements
8
11
9
-
*[Node.js](http://nodejs.org/) (min version if applicable)
0 commit comments