Skip to content

New API introduced in the Ignite UI Angular 2 Wrapper

Compare
Choose a tag to compare
@mpavlinov mpavlinov released this 23 Mar 12:51
· 325 commits to master since this release

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.