File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# TodosAppNgrx
2
2
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
+
3
19
This project was generated with [ Angular CLI] ( https://github.com/angular/angular-cli ) version 1.3.2.
4
20
5
21
## Development server
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { NewTodoComponent } from './new-todo/new-todo.component';
16
16
import { TodoListComponent } from './todo-list/todo-list.component' ;
17
17
import { AppComponent } from './app.component' ;
18
18
19
- fdescribe ( 'AppComponent' , ( ) => {
19
+ describe ( 'AppComponent' , ( ) => {
20
20
21
21
beforeEach ( async ( ( ) => {
22
22
TestBed . configureTestingModule ( {
You can’t perform that action at this time.
0 commit comments