Angular Grid Component error

I am getting the following error when using Angular Grid Component, can you help me?

ERROR Error: Uncaught (in promise): TypeError: Class constructor DatePipe cannot be invoked without 'new'
TypeError: Class constructor DatePipe cannot be invoked without 'new'
at new UtcDatePipe (utc-date.pipe.js:95:1)
at createClass (core.js:31986:1)
at createPipeInstance (core.js:31793:1)
at createViewNodes (core.js:44201:1)
at callViewAction (core.js:44659:1)
at execComponentViewsAction (core.js:44564:1)
at createViewNodes (core.js:44238:1)
at callViewAction (core.js:44659:1)
at execComponentViewsAction (core.js:44564:1)
at createViewNodes (core.js:44238:1)
at resolvePromise (zone-evergreen.js:797:1)
at resolvePromise (zone-evergreen.js:754:1)
at zone-evergreen.js:858:1
at ZoneDelegate.invokeTask (zone-evergreen.js:391:1)
at Object.onInvokeTask (core.js:39679:1)
at ZoneDelegate.invokeTask (zone-evergreen.js:390:1)
at Zone.runTask (zone-evergreen.js:168:1)
at drainMicroTaskQueue (zone-evergreen.js:559:1)

I’ve never seen such error before however from what I’ve found after quick search looks like you are trying to use the DataGrid component in unsupported environment - more recent Angular version. The supported Angular is only what’s generated for your application using Radzen IDE.

Other components work, but they won't work even if it's related to the version. Do you have an example code that I can look at?
Do I need to send data to Grid as a List?

image

Our Angular components are tied directly to Radzen IDE, everything generated works as expected.