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").