fix: 界面微调

This commit is contained in:
Zhicheng Wang 2017-06-20 07:08:42 +08:00
parent 5cff1443c1
commit 280e45d1e2
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ a(id='loading-styles')
You can embed styles directly into the HTML template by putting them
inside `<style>` tags.
我们也可以在组件的 HTML 模板中嵌入`<link>`标签。
我们也可以在组件的 HTML 模板中嵌入`<style>`标签。
+makeExample('component-styles/ts/src/app/hero-controls.component.ts', 'inlinestyles')