mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
externalize system config js in demo and fix some tslin error
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user