From 56cf4f6aaf1b49d93ef4c10f813c58028a38a7b3 Mon Sep 17 00:00:00 2001 From: hizikata <35916025+hizikata@users.noreply.github.com> Date: Mon, 17 Jun 2019 15:19:39 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=B0=86=E2=80=9C=E8=BF=99=E7=AE=97?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E2=80=9D=E6=94=B9=E4=B8=BA=E2=80=9C=E8=BF=99?= =?UTF-8?q?=E7=A7=8D=E6=A8=A1=E5=BC=8F=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/singleton-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/singleton-services.md b/aio/content/guide/singleton-services.md index d9a866e56d..11c7ade649 100644 --- a/aio/content/guide/singleton-services.md +++ b/aio/content/guide/singleton-services.md @@ -157,7 +157,7 @@ technique to separate them out and you may see this pattern in legacy apps. However, since Angular 6.0, the best practice for providing services is with the `@Injectable()` `providedIn` property. -**注意:**如果你的某个模块也同时有 providers 和 declarations,你也*可以*使用这种技巧来把它们分开。你可能会在某些传统应用中看到这算模式。 +**注意:**如果你的某个模块也同时有 providers 和 declarations,你也*可以*使用这种技巧来把它们分开。你可能会在某些传统应用中看到这种模式。 不过,从 Angular 6.0 开始,提供服务的最佳实践是使用 `@Injectable()` 的 `providedIn` 属性。