From e8bab1349faaee496c48562f792b277d7871ed63 Mon Sep 17 00:00:00 2001 From: Kapunahele Wong Date: Mon, 17 Sep 2018 11:30:19 -0400 Subject: [PATCH] docs: delete extra sentence (#25984) PR Close #25984 --- aio/content/guide/bootstrapping.md | 3 --- 1 file changed, 3 deletions(-) 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