Registry#_typeInjections

_typeInjectionsInheritingDictprivate Defined in packages/container/lib/registry.js:75

DS.JSONSerializer#normalizeAttributes()

normalizeAttributesprivate Defined in addon/serializers/json.js:727

DataAdapter#_getObjectsOnNamespaces()

_getObjectsOnNamespacesArrayprivate Defined in packages/ember-extension-support/lib/data_adapter.js:372 Loops over all namespaces and all objects attached to them. Returns: Array Array of model type strings.

LinkComponent#disabledClass

disabledClassStringprivate Defined in packages/ember-htmlbars/lib/components/link-to.js:423 The CSS class to apply to a LinkComponent's element when its disabled property is true. Default: disabled

ember-metal

ember-metal Module Parent: ember This namespace contains all Ember methods and functions. Future versions of Ember may overwrite this namespace and therefore, you should avoid adding any new properties. At the heart of Ember is Ember-Runtime, a set of core functions that provide cross-platform compatibility and object property observing. Ember-Runtime is small and performance-focused so you can use it alongside other cross-platform libraries such as jQuery. For more details, see Ember-Runtime.

Inflector#pluralize()

pluralize (word) Defined in node_modules/ember-inflector/addon/lib/system/inflector.js:211 Parameters: word String

Route#_reset()

_resetprivate Defined in packages/ember-routing/lib/system/route.js:480 Available since 1.7.0

Ember.generateControllerFactory()

generateControllerFactoryprivate Defined in packages/ember-routing/lib/system/generate_controller.js:9 Generates a controller factory

Installing Addons

Installing Addons Ember has a rich ecosystem of addons that can be easily added to projects. Addons provide a wide range of functionality to projects, often saving time and letting you focus on your project. To browse addons, visit the Ember Observer website. It catalogs and categorizes ember addons that have been published to NPM and assigns them a score based on a variety of criteria. For Super Rentals, we'll take advantage of two addons: ember-cli-tutorial-style and ember-cli-mirage. ember

RSVP.EventTarget

RSVP.EventTarget Class Defined in: bower_components/rsvp/lib/rsvp/events.js:19 Module: ember