From 169d51beb8cbcf1fa82c7754a2f93c8591596ab9 Mon Sep 17 00:00:00 2001 From: jenniferfell Date: Wed, 24 Apr 2019 17:24:05 -0600 Subject: [PATCH] docs: changed wording for loadChildren per reviewer comments on PR (#26733) PR Close #26733 --- aio/content/guide/deprecations.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/aio/content/guide/deprecations.md b/aio/content/guide/deprecations.md index 509f27f914..bac829a085 100644 --- a/aio/content/guide/deprecations.md +++ b/aio/content/guide/deprecations.md @@ -104,7 +104,7 @@ The following APIs are announced as deprecated in version 8: | @angular/core | [defineInjectable](api/core/defineInjectable) | `ɵɵdefineInjectable` | v8 | Used only in generated code. | | @angular/core | [inject](api/core/inject) | `ɵɵinject` | v8 | Used only in generated code. | -The string syntax for the `loadChildren` route specification is deprecated in Angular version 8, in favor of new syntax that uses an `import` statement. For more information, see [loadChildren string syntax](#loadChildren) below. +The string syntax for the `loadChildren` route specification is deprecated in Angular version 8, in favor of new `import()` syntax. For more information, see [loadChildren string syntax](#loadChildren) below. ## Deprecated APIs @@ -208,7 +208,7 @@ For more information, see [/deep/, >>>, and ::ng-deep](guide/component-styles#de {@a template-tag} ### <template> tag -The `