docs: 名词翻译
自举启动 -> 自举
This commit is contained in:
parent
d34b87ad78
commit
ebbf29788d
@ -42,7 +42,7 @@ Creating a custom element is simple and straightforward, and automatically conne
|
||||
|
||||
Custom elements bootstrap themselves - they start automatically when they are added to the DOM, and are automatically destroyed when removed from the DOM. Once a custom element is added to the DOM for any page, it looks and behaves like any other HTML element, and does not require any special knowledge of Angular terms or usage conventions.
|
||||
|
||||
自定义元素会自己启动 —— 它们在添加到 DOM 中时就会自行启动自己,并在从 DOM 中移除时自行销毁自己。一旦自定义元素添加到了任何页面的 DOM 中,它的外观和行为就和其它的 HTML 元素一样了,不需要对 Angular 的术语或使用约定有任何特殊的了解。
|
||||
自定义元素会自举 —— 它们在添加到 DOM 中时就会自行启动自己,并在从 DOM 中移除时自行销毁自己。一旦自定义元素添加到了任何页面的 DOM 中,它的外观和行为就和其它的 HTML 元素一样了,不需要对 Angular 的术语或使用约定有任何特殊的了解。
|
||||
|
||||
- <b>Easy dynamic content in an Angular app</b>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user