Skip to content

Commit c06ddfe

Browse files
committedApr 8, 2018
fix: typos
1 parent ea5a3b2 commit c06ddfe

File tree

3 files changed

+2
-1444
lines changed

3 files changed

+2
-1444
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# One Framework - Two State Management Libraries
22

3-
Here we have two Angular apps that are - from the end User's presepective - identical in every way.
3+
Here we have two Angular apps that are - from the end user's presepective - identical in every way.
44

55
But from the developer's prespective there is a world of difference. I'm not taking sides here - just want to give you a balanced side-by-side comparison of NGXS and NgRx.
66

@@ -15,7 +15,7 @@ cd ngrx && npm i
1515

1616
How do I compare the code footprint between projects? Here's a simple formula:
1717

18-
`( {NgRx}.reducer.ts + {NgRx}.effects.ts ) ~= {NGXS}.state.ts`
18+
`( {NgRx}.reducer.ts + {NgRx}.effects.ts ) {NGXS}.state.ts`
1919

2020
Both projects have action classes defined in *.actions.ts files
2121

‎out/linecount.json

-1,220
This file was deleted.

‎out/linecount.txt

-222
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.