Thanks aleksandra.
whihc version of npm and nodejs is required to make it working.
i am trying with my application and i have npm version 5.5.1 and nodeversion:8.9.3 and when i am including
HotTableModule in NgModule imports , maven build is getting failed.
@NgModule({
declarations: [
TransactionSheetComponent
],
imports: [
HotTableModule
],