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
When i am importing ngimport like given getting and error
import {IPromise} from 'angular'
import {$http, $log} from 'ngimport'
Error on browser console
Uncaught TypeError: angular.module is not a function
at Object.124 (index.js:11)
at __webpack_require__ (bootstrap be5679f8ce158294b682:19)
at Object.123 (application.js:16)
at __webpack_require__ (bootstrap be5679f8ce158294b682:19)
at Object.245 (analytics.js:1)
at __webpack_require__ (bootstrap be5679f8ce158294b682:19)
at bootstrap be5679f8ce158294b682:62
at bootstrap be5679f8ce158294b682:62
And if we use a debugger on that line which has the error angular is an empty object
The text was updated successfully, but these errors were encountered:
When i am importing ngimport like given getting and error
Error on browser console
And if we use a debugger on that line which has the error angular is an empty object
The text was updated successfully, but these errors were encountered: