Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
1) ejs-stockchart and ejs-grid possible bug report: when I add ejs-stockchart and ejs-grid components in a single project. Because their CSS interfere with each other, it will generate lots of exception/error at runtime when browser is resized, e.g., “Cannot read property ‘querySelector’ of null ….” “Cannot read property ‘appendChild’ of null …”. Also, ejs-grid is getting awful.
The problem is due to encapsulation ViewEncapsulation.None, but I cannot change it to Emulated, because CSS is applied to component child element.
Sample code is attached for reproducing issue. Very appreciated if I get advised how to fix or workaround.
2) My environment: vs.code, Angular CLI, Angular 7.2, @syncfusion/ej2-angular-charts": "^17.2.35