From 5d5caf21b8f5613f2a3aacf60673982a5d447f0e Mon Sep 17 00:00:00 2001 From: Da-Woon Chung Date: Sun, 30 Aug 2020 20:21:21 +0200 Subject: [PATCH] docs: fix broken markdown in start/start-data (#38644) PR Close #38644 --- aio/content/start/start-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/start/start-data.md b/aio/content/start/start-data.md index 7470101693..11ded2b7ce 100644 --- a/aio/content/start/start-data.md +++ b/aio/content/start/start-data.md @@ -40,7 +40,7 @@ A later part of this tutorial, [Use forms for user input](start/start-forms "Try -
The StackBlitz generator might provide the cart service in `app.module.ts` by default. That differs from the example, which uses a bundle-optimization technique, an `@Injectable()` decorator with the `{ providedIn: 'root' }` statement. For more information about services, see [Introduction to Services and Dependency Injection](guide/architecture-services "Concepts > Intro to Services and DI").