change tsconfig,module name ,karma.conf,karma-tst-shim and #749

This commit is contained in:
Eugenio Romano
2016-10-06 11:56:07 +01:00
parent 0bf41768a7
commit 12914e0680
74 changed files with 412 additions and 528 deletions

View File

@@ -20,7 +20,6 @@ import { UploadService } from '../services/upload.service';
import { AlfrescoTranslationService } from 'ng2-alfresco-core';
import { FileModel } from '../models/file.model';
declare let __moduleName: string;
declare let componentHandler: any;
const ERROR_FOLDER_ALREADY_EXIST = 409;
@@ -36,7 +35,7 @@ const ERROR_FOLDER_ALREADY_EXIST = 409;
*/
@Component({
selector: 'alfresco-upload-drag-area',
moduleId: __moduleName,
moduleId: module.id,
templateUrl: './upload-drag-area.component.html',
styleUrls: ['./upload-drag-area.component.css']
})