mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix demo upload
This commit is contained in:
@@ -68,7 +68,8 @@ import { ALFRESCO_ULPOAD_COMPONENTS, UploadService } from 'ng2-alfresco-upload';
|
||||
</alfresco-upload-drag-area>
|
||||
<file-uploading-dialog></file-uploading-dialog>
|
||||
`,
|
||||
styles: [`.upload-border { position: absolute; padding: 5px 5px }`, `.drag-area { width: 200px; height: 100px; border: 1px solid #888888;}`],
|
||||
styles: [`.upload-border { position: absolute; padding: 5px 5px }`,
|
||||
`.drag-area { width: 200px; height: 100px; border: 1px solid #888888;}`],
|
||||
directives: [ALFRESCO_ULPOAD_COMPONENTS]
|
||||
})
|
||||
export class MyDemoApp implements OnInit {
|
||||
|
Reference in New Issue
Block a user