Open nirajsonawane opened 6 years ago
same herre.
<ng2-smart-table ></ng2-smart-table>
in sub module get error 'ng2-smart-table' is not a known element:
If you use <ng2-smart-table ></ng2-smart-table>
in sub module, just import Ng2SmartTableModule
to your sub module.
Geeting below error
Added below import in compoment file
import { Ng2SmartTableModule } from 'ng2-smart-table';
Register it by adding to the list of directives of in app.module.ts:Added below line in component.html
<ng2-smart-table ></ng2-smart-table>
Anytjing else that i am missing ?