From a9f871efae63df43d211f5d518aec0fe341bc334 Mon Sep 17 00:00:00 2001 From: "Zhimin YE (Rex)" Date: Thu, 2 Jun 2016 17:06:58 +0100 Subject: [PATCH] component-styles.jade review: started. --- public/docs/ts/latest/guide/component-styles.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/component-styles.jade b/public/docs/ts/latest/guide/component-styles.jade index 5eca9009df..851c291630 100644 --- a/public/docs/ts/latest/guide/component-styles.jade +++ b/public/docs/ts/latest/guide/component-styles.jade @@ -6,8 +6,7 @@ block includes everything we know about CSS stylesheets, selectors, rules, and media queries to our Angular applications directly. - Angular 2应用使用标准的CSS来设置样式。这意味着我们可以把关于CSS的那些知识和技能直接用于 - 我们的Angular程序中,比如:样式表、选择器、规则,以及媒体查询等。 + Angular 2应用使用标准的CSS来设置样式。这意味着我们可以把关于CSS的那些知识和技能直接用于我们的Angular程序中,比如:样式表、选择器、规则,以及媒体查询等。 On top of this, Angular has the ability to bundle *component styles* with our components enabling a more modular design than regular stylesheets. @@ -32,6 +31,7 @@ block includes * [Appendix 1: Inspecting the generated runtime component styles](#inspect-generated-css) * [附录1: 审查生成的运行时组件样式](#inspect-generated-css) * [Appendix 2: Loading Styles with Relative URLs](#relative-urls) + * [附录2:使用相对URL加载样式](#relative-urls) p Run the #[+liveExampleLink2()] of the code shown in this chapter. p 运行本章这些代码的#[+liveExampleLink2()]