devextreme-angular icon indicating copy to clipboard operation
devextreme-angular copied to clipboard

Angular UI and data visualization components

Results 55 devextreme-angular issues
Sort by recently updated
recently updated
newest added

I am using Angular 13 and have the below control in my html below is the list of modules in my app.module file DevExtremeModule, DxMenuModule, DxRangeSelectorModule, DxPopupModule, DxChartModule, DxPieChartModule, DxVectorMapModule,...

This message is showed into angular shell, during the build ![image](https://user-images.githubusercontent.com/6096678/141265962-3d7e27d9-7466-481b-bdae-f52dbf2b98b5.png)

Most modern Angular application uses Redux state management with NGRX or similar, usually relying on RXJS. I've noticed this isn't an API that is completely compatible with this library, while...

I tried compiling the angular 6 project with and without devexteme-angular. I just used simple customer grid in the app.component and build the project using `ng build --configuration production`. main.*.js...

# Bug Report **Package versions:** angular: 13.0.0 devextreme: 21.2.3 devextreme-angular: 21.2.3 **Steps to reproduce:** Place a dxScheduler into empty component ```ts import { Component } from '@angular/core'; @Component({ template: ``...