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

@@ -35,10 +35,9 @@ import {
} from '../../data/index';
declare var componentHandler;
declare let __moduleName: string;
@Component({
moduleId: __moduleName,
moduleId: module.id,
selector: 'alfresco-datatable',
styleUrls: ['./datatable.component.css'],
templateUrl: './datatable.component.html'