bonjurmrfirst / ng4-files

20 stars 15 forks source link

Cannot find module './ng4-files' !! #1

Closed houmanka closed 6 years ago

houmanka commented 6 years ago

Hi, I have followed your instruction to install this however, when I add:

import { Ng4FilesModule } from './ng4-files'; I get this error:

Cannot find module './ng4-files'.

I can see the the package in my node_modules folder though.

houmanka commented 6 years ago

I have change the import to: import { Ng4FilesModule } from 'angular4-files-upload'; And now it is working.