18.1.1-beta.2
Pre-release
Pre-release
·
330 commits
to master
since this release
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.