Skip to content

Commit a4bb4a1

Browse files
committed
Easier deploys
1 parent 47289b5 commit a4bb4a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A working version of the application can be found at [https://alisaduncan.github
55

66
This project was an opportunity for me to play with Angular, RxJS, and Material. The app calls [JSONPlaceholder](https://jsonplaceholder.typicode.com/) API to retrieve users and POST a new user. The code contains examples on utilizing Angular's HttpClient and corresponding unit tests. Unit tests for the view have been disabled for now.
77

8-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.2.7.
8+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.
99

1010
## Prerequisites
1111

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"ng": "ng",
77
"start": "ng serve --aot --open",
88
"build": "ng build --prod",
9+
"build:docs": "ng build --prod --base-href https://alisaduncan.github.io/tutorial-angular-httpclient/",
910
"test": "ng test",
1011
"lint": "ng lint",
1112
"e2e": "ng e2e"

0 commit comments

Comments
 (0)