This repository was archived by the owner on Feb 4, 2025. It is now read-only.
7.0.0
- Angular 7 support
- added angular
cdkDrop
- node 11 support on custom builds
- easier Interfaces imports:
- was
import { Config } from './ngx-easy-table/model/config';
- now
import { Config } from 'ngx-easy-table/';
- was