externalize system config js in demo and fix some tslin error

This commit is contained in:
Eugenio Romano
2016-05-27 10:40:01 +01:00
parent bf2573077b
commit 9e721327ef
32 changed files with 375 additions and 189 deletions

View File

@@ -58,7 +58,8 @@ export class DataTableComponent implements OnInit, AfterViewChecked {
isSelectAllChecked: boolean = false;
constructor(/*private _ngZone?: NgZone*/) {}
constructor(/*private _ngZone?: NgZone*/) {
}
ngOnInit() {
if (this.data) {