docs(devguide): more dart tweaks for setup chapter
This commit is contained in:
parent
778402b417
commit
067abfe3ee
|
@ -30,8 +30,8 @@
|
||||||
.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.dart</code> file where
|
In the <code>web/</code> directory for you app, create an <code>index.html</code> file and add the Angular library
|
||||||
you'll build your first component.
|
tags and a <code>main.dart</code> file where you'll build your first component.
|
||||||
|
|
||||||
p.
|
p.
|
||||||
In the <code><body></code>, add an element called <code><my-app></code> that will be the root of your
|
In the <code><body></code>, add an element called <code><my-app></code> that will be the root of your
|
||||||
|
|
Loading…
Reference in New Issue