Compare commits

...

1 Commits

Author SHA1 Message Date
YuCheng Hu 9034b08773
docs: 请简述你的修改...
app.component.css 这个文件,初始化后,新的文件名是 app.component.styl。

app.component.css 在我们的版本初始化项目后已经找不到了。
2019-05-16 15:27:09 -04:00
1 changed files with 4 additions and 0 deletions

View File

@ -224,6 +224,10 @@ As part of the initial app, the CLI created the first Angular component for you.
<code-example path="cli-quickstart/src/app/app.component.css" header="src/app/app.component.css" linenums="false"></code-example>
根据版本的不同,我们在初始化的时候,发现 .css 文件的后缀名已经使用 styl 后缀名了。
比如说在整理示例的代码中,你需要修改的文件名字为 app.component.css但是在你的文件系统中你可能只能知道 app.component.styl 这个文件。
Looking good!
漂亮多了!