New API introduced in the Ignite UI Angular 2 Wrapper
FEATURES
- Allow calling component methods via the Angular 2 Wrapper (#126)
- Accessing grid features via the Angular 2 Wrapper (#98)
- Binding to grid feature events. (#126)
BREAKING CHANGES
Each igGrid feature now has a separate Directive definition that needs to be imported and added to the module definition if the related feature is to be used in the grid. In previous versions all features were imported as a single Directive definition
For details checkout the Changelog and Calling Component Methods.