This section provides an overview of what ember.js is, and why a developer might want to use it.
It should also mention any large subjects within ember.js, and link out to the related topics. Since the Documentation for ember.js is new, you may need to create initial versions of those related topics.
in ember-concurrency
the extra setting of error
is a work around to prevent thrown exceptions from bubbling up to Ember's onerror
(since it is meant to be handled in the template). There is a feature request to handle this better.
All these steps were found on Ember cli release note.
For creating components that interact with a parent component, composable components are the best option, although they require Ember 2.3+.
More details available in Ember guides, where this example was taken from.
Compatible with Ember 2.2.0+ (2.11.0 was the latest at the time of writing)
Both addons are not mine, I thought it will be nice to present them to You, there are github pages of addons:
Ember Bootstrap:
https://github.com/kaliber5/ember-bootstrap
Ember foundation 6 https://github.com/acoustep/ember-cli-foundation-6-sass
You can find documentation there.