Angular Wrapper Installation
important
See AdapTable Instal for details on hot to log into private npm registry: https://registry.adaptabletools.com
Once logged in follow these 2 steps:
Install the AdapTable Angular Wrapper
npm i @adaptabletools/adaptable-angular-aggrid
tip
You do not need to install the core AdapTable package also
Install any Plugins that are required:
For example to use Master-Detail functionality add:
npm i @adaptabletools/adaptable-plugin-master-detail-aggrid
note
Plugins reduce download size by placing less frequently used functionality outside the main download.
caution
Most Plugins are very small but some (e.g. Charts) will add signifcantly to the download size.
Make sure that all the Peer Dependencies are installed. These are currently:
"peerDependencies": {"@ag-grid-community/all-modules": ">=24.0.0","@ag-grid-community/angular": ">=24.0.0","@angular/common": ">=9.0.0","@angular/core": ">=9.0.0",}warning
You must install @ag-grid-community/all-modules and @ag-grid-community/angular packages**