Skip to content

18.1.1-beta.2

Pre-release
Pre-release

Choose a tag to compare

@anna-zhernovkova anna-zhernovkova released this 06 Mar 15:03
· 330 commits to master since this release
37e8a7c

Features

  • Implement ajax on server #705

Breaking changes

  • Since the @angular/http module is deprecated (see angular/angular#18906), DevExtreme-angular now requires adding the following modules to config.ts if you use SystemJS:
'@angular/common/http': 'npm:@angular/common/bundles/common-http.umd.js',
'tslib': 'npm:tslib/tslib.js',
  • Angular below version 4.3 is not supported anymore.