This repository was archived by the owner on Oct 12, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 11# Angular Mobile Toolkit
22
33This repo is a series of tools and guides to help build Progressive
4- Web Apps.
4+ Web Apps. All guides are currently based on Angular CLI, and all tools
5+ should be considered alpha quality. In the future, more guides and recipes
6+ to cover different tools and use cases will be added here and on
7+ [ mobile.angular.io] .
58
69## Guides
710
8- (Note: these guides are in the process of being updated to Angular 2 RC)
9-
1011 1 . [ Create an installable mobile web app with Angular CLI] ( ./guides/cli-setup.md )
11- 2 . [ Add an app shell component to the App] ( ./guides/app-shell.md )
12- 3 . [ Add basic offline capabilities with Service Worker] ( ./guides/service-worker.md )
12+ 2 . [ Make the App Installable with Web App Manifest] ( ./guides/web-app-manifest.md )
13+ 3 . [ Add an app shell component to the App] ( ./guides/app-shell.md )
14+ 4 . [ Add basic offline capabilities with Service Worker] ( ./guides/service-worker.md )
Original file line number Diff line number Diff line change @@ -295,4 +295,6 @@ the page is fully rendered.
295295Now if we navigate to [ localhost:4200/hello] in our browser, the spinner should render when the app shell is displayed,
296296and the "App is Fully Rendered" test should render when Angular bootstraps the app.
297297
298- Next, let's make the app offline-ready by [ adding a Service Worker] ( ./service-worker.md ) .
298+ ---
299+
300+ ## [ Next, let's make the app offline-ready with Service Worker.] ( ./service-worker.md )
Original file line number Diff line number Diff line change @@ -43,4 +43,6 @@ We'll go deeper into these concepts in subsequent guides.
4343
4444For reference, see the example app created by Angular CLI in this repository at [ /hello-mobile] ( ../hello-mobile )
4545
46- [ Next, let's learn how to take advantage of the Web App Manifest.] ( ./web-app-manifest.md )
46+ ---
47+
48+ ## [ Next, let's learn how to take advantage of the Web App Manifest.] ( ./web-app-manifest.md )
Original file line number Diff line number Diff line change 1+ This directory is an example app created by [ Angular CLI] ( https://cli.angular.io )
2+ to correspond with the [ Progressive Web App guides] ( ../guides/cli-setup.md ) .
You can’t perform that action at this time.
0 commit comments