From 36e1ec8adf27948106390cd2caa7b1cf6a843440 Mon Sep 17 00:00:00 2001 From: Krishnabisht07 Date: Thu, 22 Oct 2020 18:01:08 +0530 Subject: [PATCH] docs: template files should have `.html` extension (#39384) Fixes a typo in the component guide PR Close #39384 --- aio/content/guide/component-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/component-overview.md b/aio/content/guide/component-overview.md index a0ecb998dd..8b91727375 100644 --- a/aio/content/guide/component-overview.md +++ b/aio/content/guide/component-overview.md @@ -38,7 +38,7 @@ By default, this command creates the following: * A folder named after the component * A component file, `.component.ts` -* A template file, `.component.ts` +* A template file, `.component.html` * A CSS file, `.component.css` * A testing specification file, `.component.spec.ts`