mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Update README.md
This commit is contained in:
@@ -55,11 +55,11 @@ import { ALFRESCO_ULPOAD_COMPONENT } from 'ng2-alfresco-upload/ng2-alfresco-uplo
|
|||||||
@Component({
|
@Component({
|
||||||
selector: 'my-view',
|
selector: 'my-view',
|
||||||
template: `<alfresco-upload-button [showDialogUpload]="true"
|
template: `<alfresco-upload-button [showDialogUpload]="true"
|
||||||
[showUdoNotificationBar]="true"
|
[showUdoNotificationBar]="true"
|
||||||
[uploadFolders]="true"
|
[uploadFolders]="true"
|
||||||
[multipleFiles]="false"
|
[multipleFiles]="false"
|
||||||
[acceptedFilesType]="*">
|
[acceptedFilesType]="*">
|
||||||
</alfresco-upload-button>`,
|
</alfresco-upload-button>`,
|
||||||
directives: [ALFRESCO_ULPOAD_COMPONENT]
|
directives: [ALFRESCO_ULPOAD_COMPONENT]
|
||||||
})
|
})
|
||||||
export class MyView {
|
export class MyView {
|
||||||
|
Reference in New Issue
Block a user