We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build-and-link
1 parent 5129dae commit cf2336bCopy full SHA for cf2336b
contributing-docs/building-and-testing-angular.md
@@ -101,6 +101,18 @@ PRs can only be merged if the code is formatted properly and all tests are passi
101
<a name="clang-format"></a>
102
<a name="prettier"></a>
103
104
+### Testing changes against a local library/project
105
+
106
+Often for developers the best way to ensure the changes they have made work as expected is to run
107
+use changes in another library or project. To do this developers can build Angular locally, and
108
+using `pnpm link` build a local project with the created artifacts.
109
110
+This can be done by running:
111
112
+```sh
113
+pnpm ng-dev misc build-and-link <path-to-local-project-root>
114
+```
115
116
### Building and serving a project
117
118
#### Cache
0 commit comments