This repository was archived by the owner on Aug 7, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 40
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Error - ctor is not a constructor #318
Copy link
Copy link
Closed
Labels
Description
Hello,
I am running into an error when running my app. Does anyone know how to at least debug this to know where it is coming from? Is it a problem with router-outlets not being supported by webpack?
JS: ERROR TypeError: ctor is not a constructor
JS: ERROR CONTEXT [object Object]
JS: ERROR Error: Uncaught (in promise): TypeError: ctor is not a constructor
JS: TypeError: ctor is not a constructor
JS: at _createClass (file:///data/data/com.ink.application/files/app/vendor.js:10001:20)
JS: at _createProviderInstance$1 (file:///data/data/com.ink.application/files/app/vendor.js:9977:26)
JS: at resolveNgModuleDep (file:///data/data/com.ink.application/files/app/vendor.js:9962:17)
JS: at NgModuleRef_.module.exports.NgModuleRef_.get (file:///data/data/com.ink.application/files/app/vendor.js:11036:16)
JS: at resolveDep (file:///data/data/com.ink.application/files/app/vendor.js:11524:45)
JS: at createClass (file:///data/data/com.ink.application/files/app/vendor.js:11394:32)
JS: at createDirectiveInstance (file:///data/data/com.ink.application/files/app/vendor.js:11225:37)
JS: at createViewNodes (file:///data/data/com.ink.application/files/app/vendor.js:12666:53)
JS: at createRootView (file:///data/data/com.ink.application/files/app/vendor.js:12556:5)
JS: at callWithDebugContext (file:///data/data/com.ink.application/files/app/vendor.js:13941:42)
JS: at Object.debugCreateRootView [as createRootView] (file:///data/data/com.ink.application/files/app/vendor.js:13245:12)
JS: at ComponentFactory_.module.exports.ComponentFactory_.create (file:///data/data/com.ink.application/files/app/vendor.js:10335:46)
JS: at ComponentFactoryBoundToModule.module.exports.ComponentFactoryBoundToModule.create (file:///data/data/com.ink.application/files/app/vendor.js:3807:29)
JS: at ViewContainerRef_.module.exports.ViewContainerRef_.createComponent (file:///data/data/com.ink.application/files/app/vendor.js:10533:62)
JS: at RouterOutlet.module.exports.RouterOutlet.activateWith (file:///data/data/com.ink.application/files/app/vendor.js:21024:40)