文件名称:ngx-soap:Angular的简单SOAP客户端
文件大小:211KB
文件格式:ZIP
更新时间:2024-06-03 10:41:45
TypeScript
ngx肥皂 基于惊人的Angular 6/10的简单SOAP客户端。 已使用Angualr 6 CLI重新创建了项目。 npm 安装ngx-soap和依赖项 npm install --save ngx-soap npm install --save buffer concat-stream core-js crypto-js events lodash sax stream uuid 将NgxSoapModule添加到您的应用模块 import { NgxSoapModule } from 'ngx-soap'; ... @NgModule({ imports: [ ..., NgxSoapModule, ... ] ... 在您的组件中注入NgxSoapService: ... import { NgxSoapService, Client,
【文件预览】:
ngx-soap-master
----package.json(3KB)
----tslint.json(3KB)
----angular.json(5KB)
----LICENSE(1KB)
----package-lock.json(571KB)
----src()
--------tsconfig.app.json(204B)
--------tslint.json(314B)
--------test.ts(642B)
--------assets()
--------index.html(474B)
--------tsconfig.spec.json(256B)
--------app()
--------main.ts(370B)
--------styles.css(101B)
--------polyfills.ts(3KB)
--------karma.conf.js(1KB)
--------environments()
--------favicon.ico(5KB)
----tsconfig.json(573B)
----e2e()
--------tsconfig.e2e.json(213B)
--------protractor.conf.js(752B)
--------src()
----proxy.conf.json(171B)
----.gitignore(100B)
----.browserslistrc(375B)
----CHANGELOG.md(2KB)
----README.md(2KB)
----projects()
--------ngx-soap()