You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: public/docs/_examples/package.json
+25-3Lines changed: 25 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,31 @@
4
4
"private": true,
5
5
"description": "Master package.json, the superset of all dependencies for all of the _example package.json files. See _boilerplate/package.json for example npm scripts.",
Copy file name to clipboardExpand all lines: public/docs/ts/latest/guide/index.jade
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,11 +72,14 @@ table(width="100%")
72
72
You can reuse these snippets in your applications.
73
73
74
74
Look for a link to a running version of that sample, often near the top of the page,
75
-
such as this <live-example name="architecture"></live-example> from the [Architecture](architecture.html) page.
75
+
such as this <live-example nodownload name="architecture"></live-example> from the [Architecture](architecture.html) page.
76
76
<span if-docs="ts">
77
77
The link launches a browser-based, code editor where you can inspect, modify, save, and download the code.
78
78
</span>
79
79
80
+
Alternatively, you can run the example locally, next to those `live-example` links you have a <a href="/resources/zips/architecture/architecture.zip">download link</a>.
81
+
Just download, unzip, run `npm install` to install the dependencies and run it with `npm start`.
82
+
80
83
## Reference pages
81
84
82
85
* The [Cheat Sheet](cheatsheet.html) lists Angular syntax for common scenarios.
0 commit comments