After succesfull build ng serve --prod I can start my app, but when I go to a page with a grid the following error in the console:
main.f942d100b8245e6529b4.js:28799 ERROR TypeError: Class constructor Component cannot be invoked without 'new'
at new Pager (main.f942d100b8245e6529b4.js:320713)
at Page.push../node_modules/@syncfusion/ej2-grids/src/grid/actions/page.js.Page.render (main.f942d100b8245e6529b4.js:296841)
at Observer.notify (main.f942d100b8245e6529b4.js:217125)
at ComponentBase.notify (main.f942d100b8245e6529b4.js:221189)
at ComponentBase.render (main.f942d100b8245e6529b4.js:266481)
at ComponentBase.appendTo (main.f942d100b8245e6529b4.js:221132)
at main.f942d100b8245e6529b4.js:110931
at ZoneDelegate.invokeTask (polyfills.b650a8384318e9e90493.js:400)
at Object.onInvokeTask (main.f942d100b8245e6529b4.js:58651)
at ZoneDelegate.invokeTask (polyfills.b650a8384318e9e90493.js:399)
What do I wrong