From 0710040e8859dde4e6d99a23199f005c1e58c8e5 Mon Sep 17 00:00:00 2001 From: Isaac Mann Date: Fri, 8 May 2020 15:31:49 -0400 Subject: [PATCH] docs(docs): clarify what does nx add to ng cli transition (#2976) * docs(docs): clarify what does nx add to ng cli transition * docs(docs): change back to ing verbs Co-authored-by: Isaac Mann --- docs/angular/getting-started/nx-and-cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/angular/getting-started/nx-and-cli.md b/docs/angular/getting-started/nx-and-cli.md index 76429d56b6..da560808b6 100644 --- a/docs/angular/getting-started/nx-and-cli.md +++ b/docs/angular/getting-started/nx-and-cli.md @@ -14,6 +14,8 @@ The `Nx CLI` also supports a lot more commands than the Angular CLI. It can run **What does Nx add in addition to being faster?** +Here are a few tasks that are made possible by Nx. + ## Using effective development practices pioneered at Google Using Nx, you can implement monorepo-style development--an approach popularized by Google and used by many tech companies today (Facebook, Uber, Twitter, etc..).