@@ -20,7 +20,7 @@ include _util-fns
20
20
and displays a simple message:
21
21
22
22
figure.image-display
23
- img( src ='/resources/images/devguide/quickstart/my-first-app .png' alt ="Output of quickstart app" )
23
+ img( src ='/resources/images/devguide/quickstart/hello-angular .png' alt ="Output of quickstart app" )
24
24
:marked
25
25
Here is the file structure:
26
26
.filetree
@@ -208,7 +208,7 @@ code-example(format="").
208
208
:marked
209
209
The `template` property holds the component's companion template.
210
210
A template is a form of HTML that tells Angular how to render a view.
211
- Our template is a single line of HTML announcing "My First Angular App ".
211
+ Our template is a single line of HTML announcing "Hello Angular! ".
212
212
213
213
Now we need something to tell Angular to load this component.
214
214
@@ -299,7 +299,7 @@ code-example(format="").
299
299
In a few moments, a browser tab should open and display
300
300
301
301
figure.image-display
302
- img( src ='/resources/images/devguide/quickstart/my-first-app .png' alt ="Output of quickstart app" )
302
+ img( src ='/resources/images/devguide/quickstart/hello-angular .png' alt ="Output of quickstart app" )
303
303
304
304
:marked
305
305
Congratulations! We are in business.
@@ -311,7 +311,7 @@ figure.image-display
311
311
:marked
312
312
### Make some changes
313
313
314
- Try changing the message to "My SECOND Angular app ".
314
+ Try changing the message to "Hello Angular 2! ".
315
315
316
316
`lite-server` is watching, so it should detect the change,
317
317
refresh the browser, and display the revised message.
0 commit comments