-
Using ng-busy 1.4.3 and Angular 5.x. Using an Angular Service injected into Component that returns an Observable:
Inside the service:
` public doIt(): Observable {
return Observable.create(s …
ghost updated
6 years ago
-
## I'm submitting a...
* Regression report
* Bug report
## Current behavior
I update `@angular` and `@progress` npm packages. Now, I get error if I use `kendo-chart` in my project.
> TypeErr…
-
## I'm submitting a...
* Bug report
## Current behavior
Actually, if I place a kendo-calendar inside a kendo-window and I try to pick another month different from the current one, the month picke…
-
## I'm submitting a...
* Bug report
## Current behavior
When I render grid in angular universal I receive NaN in the server side generated html. When the html is hydrated the css is correcte…
-
i got the same error when create charts,
`
ERROR TypeError: Cannot read property 'domain' of undefined
at new ColorHelper (index.js:9909)
at BarVerticalComponent../src/bar-chart/bar-vertic…
-
## I'm submitting a...
* Bug report
## Current behavior
Unable to close the date picker's popup by clicking anywhere else unless I force focus the element.
## Expected behavior
I expect the …
-
## I'm submitting a...
* Regression report
## Current behavior
When using the grid, an error is thrown in the draggable.directive:
```
console.service.js:133 ERROR TypeError: kendo_draggab…
-
I see that there is an example to use devextreme with angular and Globalize [here](https://github.com/DevExpress/devextreme-examples/tree/17_1/webpack-angular-globalize) and I wanted to know if it was…
-
Hello...I noticed a strange behavior today. If after selecting a date with the datepicker, you clear the input value. The next time you open the datepicker, it appears the previous date is still selec…
-
I have Angular 5.
In my component i import
`import {Chart, StockChart, HIGHCHARTS_MODULES} from "angular-highcharts";`
then i init chart like this
```
this.chart = new StockChart({
…