Breaking Change T845070
Visible to All Users

The devextreme-angular npm package format was changed

Since v19.2.5, devextreme-angular has the Angular Package Format to support IVY compiler in angular. If you use Systemjs, you need to change the configuration of devextreme in the config as follows:

JavaScript
System.config({ //... paths: { 'npm:': './node_modules/' }, map: { //... // devextreme & devextreme deps 'jszip': 'npm:jszip/dist/jszip.min.js', 'quill': 'npm:quill/dist/quill.js', 'devextreme': 'npm:devextreme', 'devexpress-gantt': 'npm:devexpress-gantt', 'devexpress-diagram': 'npm:devexpress-diagram', 'devextreme-angular': './node_modules/devextreme-angular' }, packages: { // ... 'devextreme': { defaultExtension: 'js' }, // add packageConfigPaths packageConfigPaths: [ "./node_modules/*/package.json", "./node_modules/@angular/*/package.json", "./node_modules/rxjs/operators/package.json", "./node_modules/devextreme-angular/*/package.json", "./node_modules/devextreme-angular/ui/*/package.json" ] });

Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.