Skip to content

Commit ca126ce

Browse files
authored
Merge pull request #202 from IgniteUI/package-update
Adding a commented out dependency on ignite-ui-full
2 parents cd55d4f + 95a9f05 commit ca126ce

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ Afterwards, from your terminal run the following commands:
2222
3. `npm install`
2323
4. `npm start`
2424

25+
`igniteui-angular2` depends on the `ignite-ui-full` licensed package. Follow [this guide](https://www.igniteui.com/help/using-ignite-ui-npm-packages) on setting up access to the Ignite UI private npm feed and add the dependency to the `package.json`.
26+
27+
```
28+
"dependencies": {
29+
"@infragistics/ignite-ui-full": "latest"
30+
}
31+
```
32+
2533
# Getting Started
2634

2735
## Initializing controls

dist/npm/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"infragistics",
2121
"jquery widgets",
2222
"jquery controls",
23-
"data visualization",
23+
"data visualization",
24+
"ui components",
2425
"data grids"
2526
],
2627
"dependencies": {

0 commit comments

Comments
 (0)