angular / mobile-toolkit

Tools for building progressive web apps with Angular
MIT License
1.33k stars 176 forks source link

No Service-Worker #63

Open baststar opened 8 years ago

baststar commented 8 years ago

Hi, its my first try using this mobile-toolkit. Followed the guide: cmd as administrator (win 10 x64), ng new hello-mobile --mobile; ng serve --prod; not the material-thing. The Page is working in Chrome (Version 51.0.2704.84 m), but there is no Service-Worker and there is a no-connection-error, if i turn off the network.Tried the app on android 4.3 with Chrome (Version 51.0.2704.81), works online, but got no-connection-error, when it is in flight-mode. Also, there is no ngsw-manifest.json-File in the dist folder. NodeJS-Version is 4.2.1, NPM is 2.14.7, angular-cli: 0.1.0

Info: Got no errors on installing angular-cli or creating the hello-mobile-project with cmd as administrator.

Splaktar commented 8 years ago

Can you try with angular-cli beta.5?