File tree 3 files changed +12
-12
lines changed 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,6 @@ block create-your-app
46
46
:marked
47
47
Let's create a folder to hold our application and add a super-simple Angular component.
48
48
49
- block annotation-fields
50
- :marked
51
- The call to the `@Component` constructor has two
52
- named parameters, `selector` and `template`.
53
-
54
49
block create-main
55
50
p.
56
51
Now we need something to tell Angular to load the root component.
@@ -196,6 +191,8 @@ block project-file-structure
196
191
other directories and dotfiles.
197
192
198
193
block project-files
194
+ :marked
195
+ Try the <live-example></live-example>, or view the files here:
199
196
+ makeTabs(`
200
197
quickstart/ts/app/app.component.ts,
201
198
quickstart/ts/app/main.ts,
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ block includes
5
5
- var _angular_browser_uri = ' @angular/platform-browser-dynamic'
6
6
- var _angular_core_uri = ' @angular/core'
7
7
- var _stepInit = 4 // Step # after NgModule step
8
- - var _quickstartSrcURL= ' https://github.com/angular/quickstart/blob/master/README.md'
9
8
10
9
//- TS/Dart shared step counter
11
10
- var step = _stepInit
@@ -43,7 +42,7 @@ h1 Build this application!
43
42
- [Step !{step++}](#index): Define the web page that hosts the application.
44
43
- [Step !{step++}](#build-and-run): Build and run the application.
45
44
- [Step !{step++}](#make-changes): Make some live changes.
46
- - [Wrap up and Next Steps ](#wrap-up)
45
+ - [Wrap up and next steps ](#wrap-up)
47
46
48
47
- var step = _stepInit // reinitialize step counter for headers to come
49
48
@@ -360,8 +359,10 @@ block project-file-structure
360
359
.file styles.css
361
360
.file systemjs.config.js
362
361
.file tsconfig.json
363
- :marked
364
- To see the file contents, open the <live-example></live-example>.
362
+
363
+ block project-files
364
+ :marked
365
+ To see the file contents, open the <live-example></live-example>.
365
366
366
367
.l-main-section
367
368
:marked
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ h1 Build this application!
42
42
- [Step !{step++}](#index): Define the web page that hosts the application.
43
43
- [Step !{step++}](#build-and-run): Build and run the application.
44
44
- [Step !{step++}](#make-changes): Make some live changes.
45
- - [Wrap up and Next Steps ](#wrap-up)
45
+ - [Wrap up and next steps ](#wrap-up)
46
46
47
47
- var step = _stepInit // reinitialize step counter for headers to come
48
48
@@ -359,8 +359,10 @@ block project-file-structure
359
359
.file styles.css
360
360
.file systemjs.config.js
361
361
.file tsconfig.json
362
- :marked
363
- To see the file contents, open the <live-example></live-example>.
362
+
363
+ block project-files
364
+ :marked
365
+ To see the file contents, open the <live-example></live-example>.
364
366
365
367
.l-main-section
366
368
:marked
You can’t perform that action at this time.
0 commit comments