mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: change dependencies to devDependencies in document (#45053)
after installing @angular/localize package, it will be placed in devDependencies object PR Close #45053
This commit is contained in:
parent
e461f716d4
commit
db59f5b051
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ It also lists `@angular/localize` as a dependency in your app's `package.json` t
|
|||
|
||||
```json
|
||||
|
||||
"dependencies": {
|
||||
"devDependencies": {
|
||||
...
|
||||
"@angular/localize": "...",
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue