fix: 补齐丢失的反引号
This commit is contained in:
parent
ec8397a8ed
commit
5091379c5a
|
@ -168,6 +168,8 @@ yarn
|
|||
|
||||
yarn install
|
||||
|
||||
```
|
||||
|
||||
When Angular sees this dev dependency, it provides the language service in the WebStorm environment.
|
||||
WebStorm then gives you colorization inside the template and autocomplete in addition to the Angular Language Service.
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
Your app should be able to make the browser title bar say whatever you want it to say.
|
||||
This cookbook explains how to do it.
|
||||
|
||||
应用程序应该能让浏览器标题栏显示你想让它显示的内容。本文会解释怎么做。
|
||||
你的应用应该能让浏览器标题栏显示你想让它显示的内容。本文会解释怎么做。
|
||||
|
||||
See the <live-example name="set-document-title"></live-example>.
|
||||
|
||||
|
|
Loading…
Reference in New Issue