basic webpack setup

This commit is contained in:
Denys Vuika
2016-12-06 15:39:22 +00:00
parent 73b6e1b846
commit c7167bb812
29 changed files with 393 additions and 73 deletions

View File

@@ -23,10 +23,7 @@ import {
ObjectDataColumn
} from 'ng2-alfresco-datatable';
declare let __moduleName: string;
@Component({
moduleId: __moduleName,
selector: 'datatable-demo',
templateUrl: './datatable-demo.component.html'
})