fix: 修复遗漏的翻译

This commit is contained in:
Zhicheng Wang 2018-10-26 09:40:06 +08:00
parent 582bc02362
commit e9737703ea
2 changed files with 8 additions and 2 deletions

View File

@ -15,7 +15,7 @@ This guide explains how to specify metadata and apply available compiler options
本指南中解释了如何指定元数据,并通过一些编译器选项来借助 AOT 编译器来更有效的编译应用。
<div class="alert is-helpful"
<div class="alert is-helpful">
<a href="https://www.youtube.com/watch?v=kW9cJsvcsGo">Watch compiler author Tobias Bosch explain the Angular compiler</a> at AngularConnect 2016.

View File

@ -143,7 +143,13 @@ is available to <code>declarations</code> of this module.</p>
</tr><tr>
<td><code><b>entryComponents:</b> [SomeComponent, OtherComponent]</code></td>
<td><p>List of components not referenced in any reachable template, for example dynamically created from code.</p></td>
<td>
<p>List of components not referenced in any reachable template, for example dynamically created from code.</p>
<p>任何未在可达模板中引用过的组件列表,比如从代码中动态创建的。</p>
</td>
</tr><tr>
<td>