We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I know if I should downgrade to a version if it's my first time using this?
I have installed ngx-soap on version 0.6.0 and the dependencies as stated on the README.md, but as soon I import the module I get this error:
ngx-soap
0.6.0
modules.js?hash=2dfe53ff6670893892a365e2d5c2a2364feb138a:129085 Uncaught TypeError: Cannot read property 'prototype' of undefined at inherits (modules.js?hash=2dfe53ff6670893892a365e2d5c2a2364feb138a:129085) at index.js (modules.js?hash=2dfe53ff6670893892a365e2d5c2a2364feb138a:132087) at fileEvaluate (modules-runtime.js?hash=5e485d3e2a49d2506f7ca0df72fcd6a3216a83a5:353) at require (modules-runtime.js?hash=5e485d3e2a49d2506f7ca0df72fcd6a3216a83a5:248) at index.js (modules.js?hash=2dfe53ff6670893892a365e2d5c2a2364feb138a:131758) at fileEvaluate (modules-runtime.js?hash=5e485d3e2a49d2506f7ca0df72fcd6a3216a83a5:353) at require (modules-runtime.js?hash=5e485d3e2a49d2506f7ca0df72fcd6a3216a83a5:248) at browser.js (modules.js?hash=2dfe53ff6670893892a365e2d5c2a2364feb138a:131479) at fileEvaluate (modules-runtime.js?hash=5e485d3e2a49d2506f7ca0df72fcd6a3216a83a5:353) at require (modules-runtime.js?hash=5e485d3e2a49d2506f7ca0df72fcd6a3216a83a5:248) inherits | @ | modules.js?hash=2dfe…a2364feb138a:129085 index.js | @ | modules.js?hash=2dfe…a2364feb138a:132087 fileEvaluate | @ | modules-runtime.js?h…2fcd6a3216a83a5:353 require | @ | modules-runtime.js?h…2fcd6a3216a83a5:248 | index.js | @ | modules.js?hash=2dfe…a2364feb138a:131758 | fileEvaluate | @ | modules-runtime.js?h…2fcd6a3216a83a5:353 | require | @ | modules-runtime.js?h…2fcd6a3216a83a5:248 | browser.js | @ | modules.js?hash=2dfe…a2364feb138a:131479 | fileEvaluate | @ | modules-runtime.js?h…2fcd6a3216a83a5:353 | require | @ | modules-runtime.js?h…2fcd6a3216a83a5:248 | index.js | @ | modules.js?hash=2dfe…a2364feb138a:131210 | fileEvaluate | @ | modules-runtime.js?h…2fcd6a3216a83a5:353 | require | @ | modules-runtime.js?h…2fcd6a3216a83a5:248 | crypto.js | @ | modules.js?hash=2dfe…a2364feb138a:150525 | fileEvaluate | @ | modules-runtime.js?h…2fcd6a3216a83a5:353 | require | @ | modules-runtime.js?h…2fcd6a3216a83a5:248 | rng.js | @ | modules.js?hash=2dfe…a2364feb138a:168894 | fileEvaluate | @ | modules-runtime.js?h…2fcd6a3216a83a5:353 | require | @ | modules-runtime.js?h…2fcd6a3216a83a5:248 | v4.js | @ | modules.js?hash=2dfe…a2364feb138a:168851 | fileEvaluate | @ | modules-runtime.js?h…2fcd6a3216a83a5:353 | require | @ | modules-runtime.js?h…2fcd6a3216a83a5:248 | (anonymous) | @ | modules.js?hash=2dfe…a2364feb138a:119986 | ngx-soap.umd.js | @ | modules.js?hash=2dfe…a2364feb138a:119989 | fileEvaluate | @ | modules-runtime.js?h…2fcd6a3216a83a5:353 | require | @ | modules-runtime.js?h…2fcd6a3216a83a5:248 | app.module.js | @ | app.module.ts:5 | fileEvaluate | @ | modules-runtime.js?h…2fcd6a3216a83a5:353 | require | @ | modules-runtime.js?h…2fcd6a3216a83a5:248 | main.js | @ | main.ts:9
Angular 6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How do I know if I should downgrade to a version if it's my first time using this?
I have installed
ngx-soap
on version0.6.0
and the dependencies as stated on the README.md, but as soon I import the module I get this error:Angular 6
The text was updated successfully, but these errors were encountered: