Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.

Commit 176aa07

Browse files
committed
docs(guides): add some notes about PWA and follow-up
1 parent b68a454 commit 176aa07

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

guides/cli-setup.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ with the capabilities and performance of native Apps. Angular makes it
55
easy to get started building progressive Web apps with our Angular Mobile
66
Toolkit, which is integrated with [Angular CLI](https://cli.angular.io).
77

8+
These guides will help get started on the right foot building Progressive
9+
Web Apps, so you can focus more on building a great user experience, and
10+
less on getting the underlying tooling and technology set up.
11+
812
To get started, install Angular CLI from [npm](https://www.npmjs.com/).
913

1014
```

guides/service-worker.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,13 @@ The `routing` config tells the service worker which URLs map to application rout
6868
served with index.html.
6969

7070
Now to check that the Service Worker is installed correctly, open Chrome Developer Tools, click the Resources tab, and then click Service Workers. You should see our installed Service Worker! Now to really test that it works, go to the Network tab in Chrome Developer Tools, and change the Throttling dropdown to select Offline. Now refresh the page, and it should still load.
71+
72+
## The End
73+
74+
This is the end of the guides for now. Our work is in an alpha state, and we'd love feedback.
75+
Please open issues on [angular/mobile-toolkit](https://github.com/angular/mobile-toolkit),
76+
and tweet at the Angular Mobile Team [@jeffbcross](https://twitter.com/jeffbcross),
77+
[@robwormald](https://twitter.com/robwormald), [@synalx](https://twitter.com/synalx).
78+
79+
And to dive deeper into Progresive Web Apps, check out [Progressive Web Apps](https://developers.google.com/web/progressive-web-apps/?hl=en)
80+
on Google Developers.

0 commit comments

Comments
 (0)