docs(devguide): More Dart edits
This commit is contained in:
parent
2cb5362ba7
commit
db8b04af7f
|
@ -1,5 +1,5 @@
|
||||||
.l-main-section
|
.l-main-section
|
||||||
h2#section-install-or-plunker Install Angular or Use Plunker
|
h2#section-install Install Angular
|
||||||
p There are four steps to create any Angular app:
|
p There are four steps to create any Angular app:
|
||||||
ol
|
ol
|
||||||
li Create an entry point HTML file where users will start
|
li Create an entry point HTML file where users will start
|
||||||
|
@ -21,7 +21,6 @@
|
||||||
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.
|
||||||
|
@ -73,7 +72,7 @@
|
||||||
selector: 'my-app'
|
selector: 'my-app'
|
||||||
)
|
)
|
||||||
@View(
|
@View(
|
||||||
template: '<h1>My first Angular 2 App</h1>'
|
template: '<h1>My first Angular 2 App</h1>'
|
||||||
)
|
)
|
||||||
class AppComponent {
|
class AppComponent {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue