docs: fix builder section of generated angular.json file for libs (#39888)
Closes #39887 PR Close #39888
This commit is contained in:
parent
71a5314335
commit
dd3ed3cb2b
|
@ -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",
|
||||
...
|
||||
</code-example>
|
||||
|
||||
|
|
Loading…
Reference in New Issue