#46 Guide how to npm link file upload component

This commit is contained in:
mauriziovitale84
2016-05-17 10:54:56 +01:00
parent 3f05411097
commit 8716ee59f8
+9
View File
@@ -60,6 +60,15 @@ cd ../../demo-shell-ng2
npm link ng2-alfresco-login
```
*ng2-alfresco-upload component:*
```sh
cd ng2-components/ng2-alfresco-upload
npm link
cd ../../demo-shell-ng
npm link ng2-alfresco-upload
```
*dev-platform-js-api client:*
Navigate to the corresponding project folder.