From 670ef3666d21a637d047cd037b86ddc3806796dd Mon Sep 17 00:00:00 2001 From: Abdur Rehman Date: Thu, 26 Sep 2024 17:58:24 +0500 Subject: [PATCH] docs(angular): add cd instruction to move inside workspace directory npx nx serve angular-store this would not work if the user does not move to the directory first. --- docs/shared/tutorials/angular-monorepo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/shared/tutorials/angular-monorepo.md b/docs/shared/tutorials/angular-monorepo.md index 50d3007c4f2b01..f0a08fef325e49 100644 --- a/docs/shared/tutorials/angular-monorepo.md +++ b/docs/shared/tutorials/angular-monorepo.md @@ -118,6 +118,7 @@ The [`nx.json` file](/reference/nx-json) contains configuration settings for Nx To serve your new Angular application, just run: ```shell +cd angular-monorepo npx nx serve angular-store ```