docs: template files should have `.html` extension (#39384)
Fixes a typo in the component guide PR Close #39384
This commit is contained in:
parent
d50a8310e7
commit
36e1ec8adf
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue