Skip to content

Commit ae73a7c

Browse files
committed
📝 add roadmap
1 parent 8d7d6f7 commit ae73a7c

File tree

2 files changed

+4
-29
lines changed

2 files changed

+4
-29
lines changed

README.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,7 @@ You can see all files about redux in [TodoMV* App](https://github.com/nicobytes/
1818

1919
![coverage](https://firebasestorage.googleapis.com/v0/b/todomvc-8d040.appspot.com/o/coverage.png?alt=media&token=e4e0ab21-51f3-4959-8969-381f8a081944 "coverage")
2020

21+
# Todos
2122

22-
# Angular Info
23-
24-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.3.2.
25-
26-
## Development server
27-
28-
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.
29-
30-
## Code scaffolding
31-
32-
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
33-
34-
## Build
35-
36-
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.
37-
38-
## Running unit tests
39-
40-
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
41-
42-
## Running end-to-end tests
43-
44-
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
45-
Before running the tests make sure you are serving the app via `ng serve`.
46-
47-
## Further help
48-
49-
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).
23+
[] Add Angular Universal
24+
[] PWA

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = function (config) {
1616
clearContext: false // leave Jasmine Spec Runner output visible in browser
1717
},
1818
coverageIstanbulReporter: {
19-
reports: [ 'html', 'lcovonly' ],
19+
reports: [ 'html', 'lcovonly', 'text-summary' ],
2020
fixWebpackSourcePaths: true
2121
},
2222
angularCli: {

0 commit comments

Comments
 (0)