In trying to move the Master-Detail Grid example from the Telerik site [ https://www.telerik.com/kendo-angular-ui/components/grid/advanced-features/hierarchy/ ] to a VS Code solution, I am greeted by the following error when the solution is served;
"ERROR in src/app/category-details.component.ts(44,39): error TS2345: Argument of type 'Object' is not assignable to parameter of type '{ CategoryID: number; }'."
I have found some threads suggesting this may be due to a change in Angular 2.2.
Any thoughts as to why this solution still works as a Plunker, yet not as a VS Code solution; what am I missing here?