diff --git a/aio/content/guide/bootstrapping.md b/aio/content/guide/bootstrapping.md index 4dd7ba1093..fe5addf879 100644 --- a/aio/content/guide/bootstrapping.md +++ b/aio/content/guide/bootstrapping.md @@ -143,9 +143,6 @@ A component template can reference another component, directive, or pipe when the referenced class is declared in this module or the class was imported from another module. -You don't have any services to provide yet. -But you will create some before long and you may choose to provide many of them here. - {@a bootstrap-array} ## The `providers` array