diff --git a/ponyracer/package.json b/ponyracer/package.json index 3bf06aabb..24467766b 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -11,23 +11,23 @@ }, "private": true, "dependencies": { - "@angular/animations": "~9.0.0-next.4", - "@angular/common": "~9.0.0-next.4", - "@angular/compiler": "~9.0.0-next.4", - "@angular/core": "~9.0.0-next.4", - "@angular/forms": "~9.0.0-next.4", - "@angular/platform-browser": "~9.0.0-next.4", - "@angular/platform-browser-dynamic": "~9.0.0-next.4", - "@angular/router": "~9.0.0-next.4", + "@angular/animations": "~9.0.0-next.5", + "@angular/common": "~9.0.0-next.5", + "@angular/compiler": "~9.0.0-next.5", + "@angular/core": "~9.0.0-next.5", + "@angular/forms": "~9.0.0-next.5", + "@angular/platform-browser": "~9.0.0-next.5", + "@angular/platform-browser-dynamic": "~9.0.0-next.5", + "@angular/router": "~9.0.0-next.5", "rxjs": "~6.4.0", "tslib": "^1.10.0", "zone.js": "~0.10.1" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.900.0-next.2", - "@angular/cli": "~9.0.0-next.2", - "@angular/compiler-cli": "~9.0.0-next.4", - "@angular/language-service": "~9.0.0-next.4", + "@angular-devkit/build-angular": "~0.900.0-next.3", + "@angular/cli": "~9.0.0-next.3", + "@angular/compiler-cli": "~9.0.0-next.5", + "@angular/language-service": "~9.0.0-next.5", "@types/node": "~8.9.4", "@types/jasmine": "~3.4.0", "@types/jasminewd2": "~2.0.3", diff --git a/ponyracer/src/app/app.component.html b/ponyracer/src/app/app.component.html index 67146fce2..05a115ad0 100644 --- a/ponyracer/src/app/app.component.html +++ b/ponyracer/src/app/app.component.html @@ -384,6 +384,12 @@

Next Steps

Angular Material +
+ + + Add PWA Support +
+
@@ -407,6 +413,7 @@

Next Steps

ng generate component xyz
ng add @angular/material
+
ng add @angular/pwa
ng add _____
ng test
ng build --prod