UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

12 lines (11 loc) 342 B
import { ApiBase } from '../Implementation/ApiBase'; export class EntitlementInternalApi extends ApiBase { setModulesEntitlements() { this.getAdaptableInternalApi() .getModuleService() .getModuleCollection() .forEach((module) => { module.setModuleEntitlement(); }); } }