Skip to content

Update to Angular 8.2 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jan 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- "8"
- "10"

dist: trusty

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repo shall allow you to instantly get started with a full stack project in

## Repo Features

- [x] Angular 6.1.10
- [x] Angular 8.2
- [x] Bootstrap
- [x] Lazy Loaded Routes
- [x] Angular Material
Expand Down Expand Up @@ -39,7 +39,7 @@ Run `npm run build:prerender`

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

This spins up a prerendered Node server on http://localhost:3015
This spins up a SSRed Node server on http://localhost:3015

## Running unit tests

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

## Contribution

Pull Requests are always welcome.
Pull Requests are welcome.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"assets": [
"src/assets",
"src/favicon.ico",
"src/manifest.json"
"src/manifest.json",
"src/robots.txt"
],
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css",
Expand Down
Loading