Skip to content

Commit 42a0abc

Browse files
authored
Update README.md
Add description
1 parent b0bc460 commit 42a0abc

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
[![Build Status](https://travis-ci.org/pietro909/one-source-of-truth-for-angular.svg?branch=youtube)](https://travis-ci.org/pietro909/one-source-of-truth-for-angular)
22
# One Source of Truth for Angular 2
33

4-
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.
69

710
## Requirements
811

9-
* [Node.js](http://nodejs.org/) (min version if applicable)
12+
* [Node.js](http://nodejs.org/) v5.x.x or higher
13+
* [NPM](https://www.npmjs.com/) 3.x.x or higher
1014

11-
## Installation Steps (if applicable)
15+
## Installation Steps
1216

1317
1. Clone repo
1418
2. Run `npm install`

0 commit comments

Comments
 (0)