ember-promise-helpers:为您的Ember模板提供Promise-y糖

时间:2024-03-14 18:23:43
【文件属性】:

文件名称:ember-promise-helpers:为您的Ember模板提供Promise-y糖

文件大小:177KB

文件格式:ZIP

更新时间:2024-03-14 18:23:43

JavaScript

灰烬的承诺助手 安装 ember install ember-promise-helpers 描述 当Ember的模板遇到诺言时,当诺言得到解决或拒绝时,它将不会重新呈现它。 对于问题的示例(其中模型是特定的单个模型,而不是RSVP.hash): {{ #if model.author }} The author is: {{ model.author.name }} {{ else }} No author! {{ /if }} 如果model.author是一个model.author (例如Ember Data的belongsTo关系),则模板将始终包含以下文本:“作者是:”,而不是“没有作者!”。 Ember Promise Helpers使您可以轻松地在Ember模板中使用Promises,而无需在Route,Controller或Component Ember.


【文件预览】:
ember-promise-helpers-main
----.jshintrc(520B)
----.gitignore(369B)
----app()
--------.gitkeep(0B)
--------helpers()
----package.json(2KB)
----LICENSE.md(1KB)
----.watchmanconfig(37B)
----index.js(72B)
----CHANGELOG.md(901B)
----addon()
--------.gitkeep(0B)
--------helpers()
----testem.js(569B)
----.github()
--------workflows()
--------dependabot.yml(462B)
----.prettierignore(240B)
----.eslintrc.js(1KB)
----.prettierrc.js(43B)
----README.md(5KB)
----vendor()
--------.gitkeep(0B)
----tests()
--------.jshintrc(834B)
--------dummy()
--------integration()
--------unit()
--------helpers()
--------.eslintrc.js(57B)
--------index.html(1KB)
--------test-helper.js(228B)
----config()
--------ember-try.js(2KB)
--------environment.js(90B)
----.eslintignore(221B)
----.ember-cli(280B)
----ember-cli-build.js(495B)
----.npmignore(359B)
----.editorconfig(368B)
----yarn.lock(376KB)
----.template-lintrc.js(62B)

网友评论