fix a couple of js quick start typos
This commit is contained in:
parent
b892275c2b
commit
c1fd3477fe
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
p.
|
p.
|
||||||
Components are custom HTML elements. Angular uses components to empower HTML.
|
Components are custom HTML elements. Angular uses components to empower HTML.
|
||||||
Components structure and repre.prettyprint.linenumssent the UI. This quickstart
|
Components structure and represent the UI. This quickstart
|
||||||
demonstrates the process of creating a component. This component will have the tag of app.
|
demonstrates the process of creating a component. This component will have the tag of app.
|
||||||
|
|
||||||
pre.prettyprint.linenums
|
pre.prettyprint.linenums
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
h3 Component Annotations
|
h3 Component Annotations
|
||||||
|
|
||||||
p.
|
p.
|
||||||
A component annotation provides meta-data about the <code>component</code>.
|
A component annotation provides metadata about the <code>component</code>.
|
||||||
An annotation can always identified by its at-sign — <code>@</code>.
|
An annotation can always identified by its at-sign — <code>@</code>.
|
||||||
p.
|
p.
|
||||||
The <code>@Component</code> annotation defines the HTML tag for the component.
|
The <code>@Component</code> annotation defines the HTML tag for the component.
|
||||||
|
|
Loading…
Reference in New Issue