angular - angular2 - Cannot find module 'ng2-smart-table' -


i trying see of datagrid module works. seem very broken libary.

here how installed angular 2.4.x

npm install git+ssh://git@github.com:akveo/ng2-smart-table.git#v0.6.0-0 --save  error in [default] /users/documents/frontend/qta-angular2/src/app/app.module.ts:28:36  cannot find module 'ng2-smart-table'. 

per docs...i add below app.modules.ts

import { ng2smarttablemodule } 'ng2-smart-table'; 

i @ node_modules , exists...

why error?


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -