From 9034b087739393ad0a615edb92f72fa8dfdbf8ff Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Thu, 16 May 2019 15:27:09 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=AF=B7=E7=AE=80=E8=BF=B0=E4=BD=A0?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit app.component.css 这个文件,初始化后,新的文件名是 app.component.styl。 app.component.css 在我们的版本初始化项目后已经找不到了。 --- aio/content/guide/quickstart.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aio/content/guide/quickstart.md b/aio/content/guide/quickstart.md index c6e114fa7b..e963814a41 100644 --- a/aio/content/guide/quickstart.md +++ b/aio/content/guide/quickstart.md @@ -224,6 +224,10 @@ As part of the initial app, the CLI created the first Angular component for you. +根据版本的不同,我们在初始化的时候,发现 .css 文件的后缀名已经使用 styl 后缀名了。 + +比如说在整理示例的代码中,你需要修改的文件名字为 app.component.css,但是在你的文件系统中,你可能只能知道 app.component.styl 这个文件。 + Looking good! 漂亮多了!