docs: template files should have `.html` extension (#39384)

Fixes a typo in the component guide

PR Close #39384
This commit is contained in:
Krishnabisht07 2020-10-22 18:01:08 +05:30 committed by Alex Rickabaugh
parent d50a8310e7
commit 36e1ec8adf
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ By default, this command creates the following:
* A folder named after the component
* A component file, `<component-name>.component.ts`
* A template file, `<component-name>.component.ts`
* A template file, `<component-name>.component.html`
* A CSS file, `<component-name>.component.css`
* A testing specification file, `<component-name>.component.spec.ts`