Skip to content

Commit

Permalink
feat: support basic ng-add
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Feb 7, 2020
1 parent 60892a1 commit ac16e33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Learn more and see it in action on [our web page](https://ngx-valdemort.ninja-sq

## Installation

Using the CLI: `ng add ngx-valdemort`

Using npm: `npm install ngx-valdemort`

Using yarn: `yarn add ngx-valdemort`
Expand Down
3 changes: 3 additions & 0 deletions projects/ngx-valdemort/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"author": "Ninja Squad",
"bugs": {
"url": "https://github.com/Ninja-Squad/ngx-valdemort/issues"
},
"ng-add": {
"save": "dependencies"
}
}

0 comments on commit ac16e33

Please sign in to comment.