You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/specifications/update.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ The schematic performs the following steps, in order:
63
63
64
64
## Library Developers
65
65
66
-
Libraries are responsible fordefining their own update schematics. The `ng update` tool will update the package.json, and if it detects am `"ng-update"` keyin package.json of the library, will run the update schematic on it (with version information metadata).
66
+
Libraries are responsible fordefining their own update schematics. The `ng update` tool will update the package.json, and if it detects the `"ng-update"` keyin package.json of the library, will run the update schematic on it (with version information metadata).
67
67
68
68
If a library does not define the `"ng-update"` key in their package.json, they are considered not supporting the update workflow and `ng update` is basically equivalent to `npm install`.
0 commit comments