README
WsSoap
Realizar el consumo de servicios SOAP de forma dinamica This library was generated with Angular CLI version 9.1.13.
Dependencias
Requiere: "xml2js": "0.4.23" "xml2js-xpath": "^0.11.0" Instalar con -> npm install --save xml2js xml2js-xpath
devDependencies
Requiere: "@types/node": "^8.9.5" Instalar con -> npm install @types/node --save-dev
Code scaffolding
Run ng generate component component-name --project wsSoap
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project wsSoap
.
Note: Don't forget to add
--project wsSoap
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build wsSoap
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build wsSoap
, go to the dist folder cd dist/ws-soap
and run npm publish
.
Running unit tests
Run ng test wsSoap
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.