docs(aio): typo fix (#20318)

tutorial part 0 app component template file extention fix

PR Close #20318
This commit is contained in:
Kirils Ladovs 2017-11-09 23:37:36 +00:00 committed by Jason Aden
parent 7830d74615
commit fb4b90a564
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ Open the component class file (`app.component.ts`) and change the value of the `
<code-example path="toh-pt0/src/app/app.component.ts" region="set-title" title="app.component.ts (class title property)" linenums="false"> <code-example path="toh-pt0/src/app/app.component.ts" region="set-title" title="app.component.ts (class title property)" linenums="false">
</code-example> </code-example>
Open the component template file (`app.component.ts`) and Open the component template file (`app.component.html`) and
delete the default template generated by the Angular CLI. delete the default template generated by the Angular CLI.
Replace it with the following line of HTML. Replace it with the following line of HTML.