docs(devguide): missed graphic and typos for dart setup
This commit is contained in:
parent
db8b04af7f
commit
778402b417
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
|
@ -20,7 +20,7 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
angular2: 2.0.0-alpha.20
|
angular2: 2.0.0-alpha.20
|
||||||
browser: any
|
browser: any
|
||||||
|
|
||||||
p.
|
p.
|
||||||
The Dart Editor automatically downloads the packages your app depends on, along with any packages that they, in
|
The Dart Editor automatically downloads the packages your app depends on, along with any packages that they, in
|
||||||
turn, depend on. If this download fails or you like using the command line, you can explicitly install packages.
|
turn, depend on. If this download fails or you like using the command line, you can explicitly install packages.
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
.l-main-section
|
.l-main-section
|
||||||
h2#section-create-an-entry-point Create an entry point
|
h2#section-create-an-entry-point Create an entry point
|
||||||
p.
|
p.
|
||||||
Create an <code>index.html</code> file and add the Angular library tags and a <code>main.js</code> file where
|
Create an <code>index.html</code> file and add the Angular library tags and a <code>main.dart</code> file where
|
||||||
you'll build your first component.
|
you'll build your first component.
|
||||||
|
|
||||||
p.
|
p.
|
||||||
|
|
Loading…
Reference in New Issue