mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
#46 Guide how to npm link file upload component
This commit is contained in:
@@ -60,6 +60,15 @@ cd ../../demo-shell-ng2
|
|||||||
npm link ng2-alfresco-login
|
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:*
|
*dev-platform-js-api client:*
|
||||||
|
|
||||||
Navigate to the corresponding project folder.
|
Navigate to the corresponding project folder.
|
||||||
|
|||||||
Reference in New Issue
Block a user