You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We tried to load the ng-walkthrough like any other angular js module using
require('ng-walkthrough')
However it appears that the module does not get loaded and further search (mostly comparing with source of other anuglar modules) suggested that the js file does not export any node style modules.
i.e a statement called module.exports = seems to be missing in the code.
Can we add ability to use require ?
The text was updated successfully, but these errors were encountered:
We tried to load the ng-walkthrough like any other angular js module using
require('ng-walkthrough')
However it appears that the module does not get loaded and further search (mostly comparing with source of other anuglar modules) suggested that the js file does not export any node style modules.
i.e a statement called module.exports = seems to be missing in the code.
Can we add ability to use require ?
The text was updated successfully, but these errors were encountered: