I tried to integrate the keyboard navigation in my code but i get the activeRow, activeCell attributes as undefined( in incell-tab.directive.ts file) as shown in attached image.please check out my code in plunker and suggest a solution.
"By default, the keyboard navigation of the Grid is disabled. To enable keyboard navigation, set the navigable attribute to true."
It is also worth mentioning that in order to pass the createFormGroup function to the tabbing directive properly, it needs to be a class field/method as opposed to a declaration outside of the component class like in the following example: