fix few compiling errors(live examples)
This commit is contained in:
parent
4578087fa5
commit
23984f8caf
|
@ -9,4 +9,4 @@ header(class="background-sky l-relative")
|
|||
.announcement-bar-slide.clearfix
|
||||
img(src="/resources/images/logos/anglebrackets/devintersection.png" width="64")
|
||||
p 参加11月14-16号的<strong>DEVintersection Amsterdam</strong>!
|
||||
a(href="https://www.devintersectioneurope.com/#!/" target="_blank" class="button md-button") Register now
|
||||
a(href="https://www.devintersectioneurope.com/#!/" target="_blank" class="button md-button") 立即注册!
|
||||
|
|
|
@ -84,7 +84,7 @@ figure
|
|||
.l-sub-section
|
||||
p The code referenced on this page is available as a <live-example></live-example>.
|
||||
|
||||
p 本章所引用的代码可以从这个#[+liveExampleLink2('在线例子')]。
|
||||
p 本章所引用的代码可以从这个<live-example>在线例子</live-example>。
|
||||
|
||||
.l-main-section
|
||||
:marked
|
||||
|
|
|
@ -541,7 +541,7 @@ block pure-change
|
|||
|
||||
p.
|
||||
唯一的重大改动就是管道。
|
||||
我们可以在#[+liveExampleLink('在线例子')]中确认,当我们输入新的英雄甚至修改#[code heroes]数组时,这个#[i 会飞的英雄]的显示也跟着更新了。
|
||||
我们可以在<live-example>在线例子</live-example>中确认,当我们输入新的英雄甚至修改#[code heroes]数组时,这个#[i 会飞的英雄]的显示也跟着更新了。
|
||||
|
||||
- var _dollar = _docsFor === 'ts' ? '$' : '';
|
||||
h3#async-pipe The impure #[i AsyncPipe]
|
||||
|
|
|
@ -68,7 +68,7 @@ block includes
|
|||
The <live-example></live-example>
|
||||
demonstrates all of the syntax and code snippets described in this chapter.
|
||||
p.
|
||||
这个#[+liveExampleLink2('在线例子')]演示了本章中描述的所有语法和代码片段。
|
||||
这个<live-example>在线例子</live-example>演示了本章中描述的所有语法和代码片段。
|
||||
|
||||
.l-main-section
|
||||
:marked
|
||||
|
|
|
@ -29,7 +29,7 @@ block includes
|
|||
|
||||
Run the <live-example></live-example> for this part.
|
||||
|
||||
p 运行这部分的#[+liveExampleLink2('在线例子', 'toh-6')]。
|
||||
p 运行这部分的<live-example>在线例子</live-example>。
|
||||
|
||||
.l-main-section
|
||||
:marked
|
||||
|
|
Loading…
Reference in New Issue