Skip to content

Commit 540bc9c

Browse files
Update README.md
1 parent 31e002a commit 540bc9c

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,43 @@
11
# Ngrx Effects Chaining Example
22

3+
This repo is meant to demonstrate a few things:
4+
5+
* "Chaining" Ngrx Effects
6+
* Canceling an Observable Stream in Ngrx
7+
* Login / Logout of Firebase *without getting database errors.*
8+
9+
## Usage
10+
311
This project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.28.3.
412

5-
## Development server
13+
### Install Dependencies
14+
15+
`npm install`
16+
17+
### Development server
618
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
719

8-
## Code scaffolding
20+
### Code scaffolding
921

1022
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class/module`.
1123

12-
## Build
24+
### Build
1325

1426
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
1527

1628
## Running unit tests
1729

1830
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
1931

20-
## Running end-to-end tests
32+
### Running end-to-end tests
2133

2234
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
2335
Before running the tests make sure you are serving the app via `ng serve`.
2436

25-
## Deploying to GitHub Pages
37+
### Deploying to GitHub Pages
2638

2739
Run `ng github-pages:deploy` to deploy to GitHub Pages.
2840

29-
## Further help
41+
### Further help
3042

3143
To get more help on the `angular-cli` use `ng help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

0 commit comments

Comments
 (0)