From c4221dad11d0170fbad577e7ca70a0954d68c827 Mon Sep 17 00:00:00 2001 From: Judy Bogart Date: Wed, 9 May 2018 13:03:52 -0700 Subject: [PATCH] docs(elements): add angular element term to glossary (#23807) PR Close #23807 --- aio/content/guide/glossary.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aio/content/guide/glossary.md b/aio/content/guide/glossary.md index 73c801c935..93a93d32ae 100644 --- a/aio/content/guide/glossary.md +++ b/aio/content/guide/glossary.md @@ -28,6 +28,11 @@ By compiling your application using the `ngc` command-line tool, you can bootstr Compare [just-in-time (JIT) compilation](guide/glossary#jit). +## Angular element + +An Angular [component](guide/glossary#component) that has been packaged as a [custom element](guide/glossary#custom-element). + +Learn more in the [_Angular Elements_](guide/elements) guide. ## Annotation