From ebbf29788d77125eb533140db39e91fe59e1c997 Mon Sep 17 00:00:00 2001 From: chenc Date: Wed, 27 May 2020 10:29:41 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=90=8D=E8=AF=8D=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 自举启动 -> 自举 --- aio/content/guide/elements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/elements.md b/aio/content/guide/elements.md index cf1c850ab3..45144e05a5 100644 --- a/aio/content/guide/elements.md +++ b/aio/content/guide/elements.md @@ -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 的术语或使用约定有任何特殊的了解。 - Easy dynamic content in an Angular app