To help us process the issue more efficiently, please provide the following information:
devexteme version: 17.2.4
devextreme-angular version: 17.2.4
compiler.js:485 Uncaught Error: Template parse errors:
Can't bind to 'shrink' since it isn't a known property of 'dxi-item'.
This should work. Would you please modify the plunk to reproduce the issue?
Have you imported the DxBoxModule module?
of course. look above:
...
[ERROR ->][shrink]="0".
...
error appeares only in front of shrink property.
@alert83 If it works in Dmitry's example, but not in your code, most likely there is something wrong with your code...
i'm having that exact same issue. I'm following the guidelines exactly.
_"devextreme": "^17.2.5",
"devextreme-angular": "^17.2.5",_
Error: Template parse errors:
Can't bind to 'dataSource' since it isn't a known property of 'dx-scheduler'.
To reproduce problem please add this component to an already existing ionic project not a new project.
@richie50 Have you imported "DxSchedulerModule" to your Angular module?
It's work after deps have been updated
сб, 17 февр. 2018 г., 14:48 Tomas Rimkus notifications@github.com:
@richie50 https://github.com/richie50 Have you imported
"DxSchedulerModule" to your Angular module?—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/DevExpress/devextreme-angular/issues/676#issuecomment-366427219,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABuZByuLegcedJB9icy-1jOY65Tbgirkks5tVpJhgaJpZM4RtHG7
.
Most helpful comment
@alert83 If it works in Dmitry's example, but not in your code, most likely there is something wrong with your code...