After following the instructions, I get this error on the console, when i try to run my ionic 3.2 app:
No provider for ResponseOptions! ; Zone: <root> ; Task: Promise.then ; Value: Error: No provider for ResponseOptions!
No provider for ResponseOptions! ; Zone: <root> ; Task: Promise.then ; Value: Error: No provider for ResponseOptions!
at injectionError (core.es5.js:1231)
at noProviderError (core.es5.js:1269)
at ReflectiveInjector_._throwOrNull (core.es5.js:2770)
at ReflectiveInjector_._getByKeyDefault (core.es5.js:2809)
at ReflectiveInjector_._getByKey (core.es5.js:2741)
at ReflectiveInjector_.get (core.es5.js:2610)
at AppModuleInjector.createInternal (module.ngfactory.js? [sm]:1)
at AppModuleInjector.NgModuleInjector.create (core.es5.js:3537)
at NgModuleFactory.create (core.es5.js:3510)
at core.es5.js:4748 Error: No provider for ResponseOptions!
at injectionError (http://localhost:8100/build/main.js:1510:86)
at noProviderError (http://localhost:8100/build/main.js:1548:12)
at ReflectiveInjector_._throwOrNull (http://localhost:8100/build/main.js:3049:19)
at ReflectiveInjector_._getByKeyDefault (http://localhost:8100/build/main.js:3088:25)
at ReflectiveInjector_._getByKey (http://localhost:8100/build/main.js:3020:25)
at ReflectiveInjector_.get (http://localhost:8100/build/main.js:2889:21)
at AppModuleInjector.createInternal (ng:///AppModule/module.ngfactory.js:400:87)
at AppModuleInjector.NgModuleInjector.create (http://localhost:8100/build/main.js:3816:76)
at NgModuleFactory.create (http://localhost:8100/build/main.js:3789:18)
at http://localhost:8100/build/main.js:5027:61
After following the instructions, I get this error on the console, when i try to run my ionic 3.2 app:
No provider for ResponseOptions! ; Zone: <root> ; Task: Promise.then ; Value: Error: No provider for ResponseOptions!
my imports:
my providers:
full stack trace:
package.json
dependencies: