akveo / ng2-smart-table

Angular Smart Data Table component
https://akveo.github.io/ng2-smart-table/
MIT License
1.63k stars 877 forks source link

[1.6.0] Error on Compiling #1144

Closed macchie closed 4 years ago

macchie commented 4 years ago

Hello there, i recently updated to Angular9 + Nebular 5.0.0 and ng2-smart-table version 1.6.0 but i'm not able to correctly build my project, here is the error im getting:

ERROR in ./node_modules/ng2-smart-table/ng2-smart-table.ngfactory.js
Module not found: Error: Can't resolve '../@akveo/ng2-completer/ng2-completer.ngfactory' in '~/dev/project/node_modules/ng2-smart-table'

any idea on how to solve this?

Thanks!

macchie commented 4 years ago

OK Fixed it!

I wasn't importing this in my app module:

import { Ng2CompleterModule } from '@akveo/ng2-completer';

if anyone gets the same error this will fix it!

zzkkss commented 4 years ago

OK Fixed it!

I wasn't importing this in my app module:

import { Ng2CompleterModule } from '@akveo/ng2-completer';

if anyone gets the same error this will fix it!

it'sWorked