docs(elements): add angular element term to glossary (#23807)

PR Close #23807
This commit is contained in:
Judy Bogart 2018-05-09 13:03:52 -07:00 committed by Igor Minar
parent fe3679a356
commit c4221dad11
1 changed files with 5 additions and 0 deletions

View File

@ -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