isoos/pwa

Upgrade the sample projects

Closed this issue · 1 comments

The example projects are way outdated, using a version of Angular that doesn't exist anymore (angular2 package, replaced by angular). I did some small tests and it is possible to re-implement the basic examples (so far, I made the pwa-default project work).

Addressing the issue to link with an upcoming pull request, that probably will resolve #22.

Indeed, I was about to create a issue about this myself. Besides the first example, the others are not very clear and hard to understand. I'm particularly confused about how to handle routes in my application that runs on both web and mobile.