mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
upload event in the demo
This commit is contained in:
@@ -116,8 +116,9 @@ export class MyDemoApp {
|
||||
constructor(alfrescoSettingsService: AlfrescoSettingsService) {
|
||||
alfrescoSettingsService.host = 'http://myalfrescoip';
|
||||
}
|
||||
customMethod(event: Object) {
|
||||
console.log('File uploaded');
|
||||
|
||||
public customMethod(event: Object): void {
|
||||
console.log('File uploaded');
|
||||
}
|
||||
}
|
||||
|
||||
@@ -172,8 +173,9 @@ export class MyDemoApp {
|
||||
constructor(alfrescoSettingsService: AlfrescoSettingsService) {
|
||||
alfrescoSettingsService.host = 'http://myalfrescoip';
|
||||
}
|
||||
customMethod(event: Object) {
|
||||
console.log('File uploaded');
|
||||
|
||||
public customMethod(event: Object): void {
|
||||
console.log('File uploaded');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user