Merge pull request #859 from Alfresco/dev-eromano-fixConfFiles

change tsconfig,module name ,karma.conf,karma-tst-shim  and #749
This commit is contained in:
Maurizio Vitale
2016-10-06 12:35:57 +01:00
committed by GitHub
74 changed files with 412 additions and 528 deletions

View File

@@ -22,12 +22,11 @@ import { ExternalContent } from '../core/external-content';
import { ExternalContentLink } from '../core/external-content-link';
import { FormFieldModel } from '../core/form-field.model';
declare let __moduleName: string;
declare var componentHandler;
declare let dialogPolyfill: any;
@Component({
moduleId: __moduleName,
moduleId: module.id,
selector: 'attach-widget',
templateUrl: './attach.widget.html',
styleUrls: ['./attach.widget.css']