amercier / ng-media-events

Angular directives for HTML5 audio/video media events
MIT License
4 stars 0 forks source link

How to require/import the module #2

Closed joanasleet closed 7 years ago

joanasleet commented 7 years ago

I can't import the module into my code using

require('ng-media-events') import 'ng-media-events'

although the folder with the name ng-media-events exists in node_modules.

The error is Module not found: Can't resolve 'ng-media-events' in ...

amercier commented 7 years ago

Fixed in version 1.0.3 (added main entry in package.json). You should now be able to import it using CJS-style import/require.

joanasleet commented 7 years ago

Works nice. Thanks for the quick help!