numbers
This commit is contained in:
parent
46601d1311
commit
1d577e4df9
|
@ -1,6 +1,6 @@
|
|||
// STEP 1 - Install Angular ##########################
|
||||
.l-main-section
|
||||
h2#section-install-angular Install Angular
|
||||
h2#section-install-angular 1. Install Angular
|
||||
|
||||
p.
|
||||
<strong>Angular is still unpackaged and in alpha</strong>. This quickstart does not
|
||||
|
@ -36,7 +36,7 @@
|
|||
|
||||
// STEP 2 - Import Angular ##########################
|
||||
.l-main-section
|
||||
h2#section-transpile Import Angular
|
||||
h2#section-transpile 2. Import Angular
|
||||
|
||||
p.
|
||||
Create a file named <code>app.es6</code> at the root of the project.
|
||||
|
@ -54,7 +54,7 @@
|
|||
// STEP 3 - Create a component ##########################
|
||||
.l-main-section
|
||||
|
||||
h2#section-angular-create-account Create a component
|
||||
h2#section-angular-create-account 3. Create a component
|
||||
|
||||
p.
|
||||
Components are custom HTML elements. Angular uses components to empower HTML.
|
||||
|
@ -145,7 +145,7 @@
|
|||
|
||||
// STEP 4 - Bootstrap ##########################
|
||||
.l-main-section
|
||||
h2#section-transpile Bootstrap
|
||||
h2#section-transpile 4. Bootstrap
|
||||
|
||||
p The last step to load the component on the page.
|
||||
|
||||
|
@ -165,7 +165,7 @@
|
|||
// STEP 5 - Declare the HTML ##########################
|
||||
.l-main-section
|
||||
|
||||
h2#section-angular-create-account Declare the HTML
|
||||
h2#section-angular-create-account 5. Declare the HTML
|
||||
|
||||
p.
|
||||
Create an <code>index.html</code> file at the root of the project.
|
||||
|
@ -239,6 +239,6 @@
|
|||
|
||||
// WHAT'S NEXT... ##########################
|
||||
.l-main-section
|
||||
h2#section-transpile Extra-credit
|
||||
h2#section-transpile Great Job! Next Step...
|
||||
|
||||
p Learn some template syntax for extra-credit.
|
||||
|
|
Loading…
Reference in New Issue