From dd3ed3cb2b1deb4db61ca5c4ced061cef6fbeee4 Mon Sep 17 00:00:00 2001 From: Jaime Oliveira Date: Mon, 30 Nov 2020 12:12:22 +0100 Subject: [PATCH] docs: fix builder section of generated angular.json file for libs (#39888) Closes #39887 PR Close #39888 --- aio/content/guide/creating-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/creating-libraries.md b/aio/content/guide/creating-libraries.md index ff7b7b7b5d8..40125f8ca48 100644 --- a/aio/content/guide/creating-libraries.md +++ b/aio/content/guide/creating-libraries.md @@ -38,7 +38,7 @@ When you generate a new library, the workspace configuration file, `angular.json "prefix": "lib", "architect": { "build": { - "builder": "@angular-devkit/build-ng-packagr:build", + "builder": "@angular-devkit/build-angular:ng-packagr", ...