docs: 请简述你的修改...
app.component.css 这个文件,初始化后,新的文件名是 app.component.styl。 app.component.css 在我们的版本初始化项目后已经找不到了。
This commit is contained in:
parent
e732a172d8
commit
9034b08773
|
@ -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!
|
||||
|
||||
漂亮多了!
|
||||
|
|
Loading…
Reference in New Issue