Skip to content

Commit bd58d2f

Browse files
committed
Update to Angular 8.2
1 parent 2831a4e commit bd58d2f

7 files changed

+8181
-6499
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repo shall allow you to instantly get started with a full stack project in
88

99
## Repo Features
1010

11-
- [x] Angular 6.1.10
11+
- [x] Angular 8.2
1212
- [x] Bootstrap
1313
- [x] Lazy Loaded Routes
1414
- [x] Angular Material
@@ -39,7 +39,7 @@ Run `npm run build:prerender`
3939

4040
Then `npm run serve:ssr` to start the server
4141

42-
This spins up a prerendered Node server on http://localhost:3015
42+
This spins up a SSRed Node server on http://localhost:3015
4343

4444
## Running unit tests
4545

@@ -55,4 +55,4 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
5555

5656
## Contribution
5757

58-
Pull Requests are always welcome.
58+
Pull Requests are welcome.

angular.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"assets": [
2020
"src/assets",
2121
"src/favicon.ico",
22-
"src/manifest.json"
22+
"src/manifest.json",
23+
"src/robots.txt"
2324
],
2425
"styles": [
2526
"node_modules/bootstrap/dist/css/bootstrap.min.css",

0 commit comments

Comments
 (0)