From efe49c141a82512a5e4774a90bcd0ee29d6a30b5 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Sat, 2 Jun 2018 10:18:11 +0200 Subject: [PATCH] docs(aio): clean up frequent ng-modules (#24025) Closes #24017 PR Close #24025 --- aio/content/guide/frequent-ngmodules.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aio/content/guide/frequent-ngmodules.md b/aio/content/guide/frequent-ngmodules.md index acd8a633b4..22b9ce9817 100644 --- a/aio/content/guide/frequent-ngmodules.md +++ b/aio/content/guide/frequent-ngmodules.md @@ -44,25 +44,25 @@ of some of the things they contain: FormsModule @angular/forms - When you build template driven forms (includes NgModel) + When you want to build template driven forms (includes NgModel) ReactiveFormsModule @angular/forms - When building reactive forms + When you want to build reactive forms RouterModule @angular/router - For Routing and when you want to use RouterLink,.forRoot(), and .forChild() + When you want to use RouterLink, .forRoot(), and .forChild() HttpClientModule @angular/common/http - When you to talk to a server + When you want to talk to a server