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