Error TypeError: i28.ɵd is not a constructor in angular 5
Error TypeError: i28.ɵd is not a constructor in angular 5
在 AOT 模式下使用 ng serve --aot[= 运行 angular 应用程序(在浏览器中点击应用程序 url 时,我得到了跟随错误16=] 命令。请注意,在 aot 模式下构建应用程序时我没有收到任何错误。当我点击应用程序 url.
时,我在浏览器中收到此错误
`ERROR TypeError: i28.ɵd is not a constructor
at eval (app.module.ngfactory.js:94)
at _callFactory (core.js:10955)
at _createProviderInstance (core.js:10897)
at resolveNgModuleDep (core.js:10879)
at _callFactory (core.js:10947)
at _createProviderInstance (core.js:10897)
at resolveNgModuleDep (core.js:10879)
at _createClass (core.js:10920)
at _createProviderInstance (core.js:10894)
at resolveNgModuleDep (core.js:10879)`
此问题的任何解决方案都会有所帮助。
通常这很可能是一个导入问题,该应用试图创建一个实际不可用的提供程序实例,可能是由于缺少导入。
在 AOT 模式下使用 ng serve --aot[= 运行 angular 应用程序(在浏览器中点击应用程序 url 时,我得到了跟随错误16=] 命令。请注意,在 aot 模式下构建应用程序时我没有收到任何错误。当我点击应用程序 url.
时,我在浏览器中收到此错误`ERROR TypeError: i28.ɵd is not a constructor
at eval (app.module.ngfactory.js:94)
at _callFactory (core.js:10955)
at _createProviderInstance (core.js:10897)
at resolveNgModuleDep (core.js:10879)
at _callFactory (core.js:10947)
at _createProviderInstance (core.js:10897)
at resolveNgModuleDep (core.js:10879)
at _createClass (core.js:10920)
at _createProviderInstance (core.js:10894)
at resolveNgModuleDep (core.js:10879)`
此问题的任何解决方案都会有所帮助。
通常这很可能是一个导入问题,该应用试图创建一个实际不可用的提供程序实例,可能是由于缺少导入。