mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix issues with the require keyword (angular cli) (#1954)
This commit is contained in:
committed by
Eugenio Romano
parent
10c0a87a06
commit
8258859359
@@ -24,6 +24,8 @@ import { NodePaging, MinimalNodeEntity } from 'alfresco-js-api';
|
||||
|
||||
declare var require: any;
|
||||
|
||||
declare var require: any;
|
||||
|
||||
export class ShareDataTableAdapter implements DataTableAdapter {
|
||||
|
||||
ERR_ROW_NOT_FOUND: string = 'Row not found';
|
||||
|
Reference in New Issue
Block a user