Skip to content

Commit 0334518

Browse files
committed
write readme
1 parent 9c417d5 commit 0334518

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# TodosAppNgrx
22

3+
Is the example for use Angular + Ngrx (Redux) for a [TodoMV* App](http://todomvc.com/){:target="_blank"}
4+
5+
You can see all files about redux in [TodoMV* App](http://todomvc.com/){:target="_blank"}
6+
7+
# Demo
8+
9+
10+
11+
# Coverage 100%
12+
13+
This app is coverage in 100%
14+
15+
16+
17+
# Angular Info
18+
319
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.3.2.
420

521
## Development server

src/app/app.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { NewTodoComponent } from './new-todo/new-todo.component';
1616
import { TodoListComponent } from './todo-list/todo-list.component';
1717
import { AppComponent } from './app.component';
1818

19-
fdescribe('AppComponent', () => {
19+
describe('AppComponent', () => {
2020

2121
beforeEach(async(() => {
2222
TestBed.configureTestingModule({

0 commit comments

Comments
 (0)