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

Commit 0cbad6f

Browse files
committed
docs: add readmes and add more clarification
1 parent b5c9f75 commit 0cbad6f

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Angular Mobile Toolkit
22

33
This 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)

guides/app-shell.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,4 +295,6 @@ the page is fully rendered.
295295
Now if we navigate to [localhost:4200/hello] in our browser, the spinner should render when the app shell is displayed,
296296
and 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)

guides/cli-setup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ We'll go deeper into these concepts in subsequent guides.
4343

4444
For 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)

hello-mobile/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
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).

0 commit comments

Comments
 (0)