文件名称:angular-suunto-parser:Suunto DM5 xml文件的AngularJS解析器
文件大小:62KB
文件格式:ZIP
更新时间:2024-06-12 05:51:41
angularjs suunto JavaScript
角度Suunto解析器 TL; DR 这个简单的库使您可以在任何AngularJS应用程序中读取文件。 我之所以这么做,是因为的太过局限了,我想构建自己的自定义仪表板(年度温度变化,对潜水持续时间的影响...)。 用法 npm install angular-suunto-parser 使用AngularJS依赖项注入获取DM5Parser ,然后将文件和作用域简单地传递给它。 它返回一个promise,该promise由对应于参数中每个文件的一系列潜水构成: // Add the dependency to your module: angular . module ( 'your_module_name' , [ 'fmd.suunto' ] ) . . . // Inject DM5Parser and you can then use it like this: DM5Pa
【文件预览】:
angular-suunto-parser-main
----package.json(1KB)
----.github()
--------workflows()
----test()
--------parser()
----LICENSE(1KB)
----package-lock.json(175KB)
----dist()
--------angular-suunto-parser.js(10KB)
----CONTRIBUTING.md(104B)
----src()
--------suunto-parser.js(74B)
--------parser()
----.gitignore(2KB)
----webpack.config.js(409B)
----CHANGELOG.md(555B)
----CODE_OF_CONDUCT.md(3KB)
----karma.conf.js(2KB)
----README.md(3KB)
----.jshintrc(761B)