docs: add differential loading term to glossary (#34884)

PR Close #34884
This commit is contained in:
Judy Bogart 2020-01-21 10:52:50 -08:00 committed by Andrew Kushnir
parent 32489c7426
commit 13ce3756c2
1 changed files with 8 additions and 0 deletions

View File

@ -303,6 +303,14 @@ Learn more in [Dependency Injection in Angular](guide/dependency-injection).
A lookup token associated with a dependency [provider](#provider), for use with the [dependency injection](#di) system.
{@a differential-loading}
## differential loading
A build technique that creates two bundles for an application. One smaller bundle is for modern browsers. A second, larger bundle allows the application to run correctly in older browsers (such as IE11) that do not support all modern browser APIs.
For more information, see the [Deployment](guide/deployment#differential-loading) guide.
{@a directive}
{@a directives}