Closed
Description
I'm submitting a...
- Bug report
Current behavior
- The Kendo Angular DropDownList component (version 1.6.0) uses rxjs merge operator, but fails when you run your app in prod mode and you use the drop-down control inside of a lazy loaded module.
Expected behavior
- Control displays without a problem.
Minimal reproduction of the problem with instructions
- Here is a minimal repo that reproduces the problem.
https://github.com/jesulink2514/kendo-dropdown-issue
What is the motivation or use case for changing the behavior?
This is an error that first gets picked up in production builds, so only seen when already built.
Environment
Package versions:
@progress/kendo-angular-dropdowns@1.6.0
@angular/animations@^5.0.0
@angular/common@^5.0.0
@angular/compiler@^5.0.0
@angular/core@^5.0.0
@angular/forms@^5.0.0
@angular/http@^5.0.0
@angular/platform-browser@^5.0.0
@angular/platform-browser-dynamic@^5.0.0
@angular/router@^5.0.0
@ng-bootstrap/ng-bootstrap@^1.0.0-beta.8
@ngx-translate/core@^9.0.2
@ngx-translate/http-loader@^2.0.1
@progress/kendo-angular-dateinputs@^1.4.2
@progress/kendo-angular-dialog@^1.3.0
@progress/kendo-angular-excel-export@^1.0.5
@progress/kendo-angular-grid@^1.6.4
@progress/kendo-angular-inputs@^1.4.0
@progress/kendo-angular-intl@^1.3.0
@progress/kendo-angular-l10n@^1.0.5
@progress/kendo-angular-layout@^1.1.0
@progress/kendo-data-query@^1.1.2
@progress/kendo-drawing@^1.4.0
@tss/bootstrap-theme@^1.0.4
@tss/kendo-bootstrap-theme@^1.4.0
core-js@^2.4.1
rxjs@^5.5.2
zone.js@^0.8.14
Browser:
- Chrome (desktop) version 63.0.3239.132
- Firefox version 56.0
- Edge version 41.16299.15.0
System:
- TypeScript version: 2.4.2
- Node version: v8.7.0 npm 5.5.1
- Platform: Windows