Package Exports
- cdk-table-exporter
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cdk-table-exporter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
CdkTable Table Exporter
!! If you are using angular material please use mat-table-exporter
This project facilitates the common functionalities for CdkTable implementations abstracting the behavior that can change among different CdkTable implementations, see mat-table-exporter for angular material table export.
Getting Started
Install cdk-table-exporter if you are not using angular material in your project. In this case you have to implement your version of CdkTableExporter abstract class to use as your directive.
npm install cdk-table-exporterAfter installing cdk-table-exporter import CdkTableExporterModule in your ngModules
Usage
CdkTableExporter class defines the common functionality that an exporter directive should have. By extending it an implementing the abstract methods you will have an exporter of your own. Thus the usage is simply as follows: 1- Generate a directive class 2- Extend CdkTableExporter class implement the abstract methods
Licence
Apache-2.0