ember-computed-promise-monitor:启用计算属性为异步感知

时间:2021-04-09 08:00:41
【文件属性】:
文件名称:ember-computed-promise-monitor:启用计算属性为异步感知
文件大小:28KB
文件格式:ZIP
更新时间:2021-04-09 08:00:41
TypeScript 余烬计算的承诺监视器 这提供了使用计算的属性来管理异步行为的功能,可以替代或与一起使用轻量级的属性。 兼容性 Ember.js v2.18或更高版本 Ember CLI v2.13或更高版本 安装 ember install ember-computed-promise-monitor 用法 import Component from '@ember/component' ; import { PromiseMonitor } from 'ember-computed-promise-monitor' ; import { reads } from '@ember-decorators/object/computed' ; export default class MyComponent extends Component { // all the properties on the
【文件预览】:
ember-computed-promise-monitor-master
----.gitignore(372B)
----app()
--------.gitkeep(0B)
----package.json(2KB)
----LICENSE.md(1KB)
----.watchmanconfig(37B)
----.travis.yml(1KB)
----CONTRIBUTING.md(639B)
----index.js(71B)
----tsconfig.json(1KB)
----addon()
--------utils()
--------index.ts(172B)
----types()
--------dummy()
----testem.js(581B)
----.eslintrc.js(1KB)
----README.md(3KB)
----vendor()
--------.gitkeep(0B)
----tests()
--------dummy()
--------integration()
--------unit()
--------helpers()
--------index.html(1KB)
--------test-helper.js(228B)
----config()
--------ember-try.js(1KB)
--------environment.js(90B)
----.eslintignore(240B)
----.ember-cli(280B)
----ember-cli-build.js(494B)
----.npmignore(404B)
----renovate.json(115B)
----.editorconfig(368B)
----.template-lintrc.js(62B)

网友评论