mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix issues with the require keyword (angular cli) (#1954)
This commit is contained in:
committed by
Eugenio Romano
parent
c0ca744d17
commit
038a06d055
@@ -36,7 +36,7 @@ import { ContentActionModel } from './../models/content-action.model';
|
||||
import { ShareDataTableAdapter, ShareDataRow, RowFilter, ImageResolver } from './../data/share-datatable-adapter';
|
||||
import { NodeEntityEvent, NodeEntryEvent } from './node.event';
|
||||
|
||||
declare var module: any;
|
||||
declare var require: any;
|
||||
|
||||
@Component({
|
||||
selector: 'alfresco-document-list',
|
||||
|
Reference in New Issue
Block a user