Container Class
PRIVATE
Defined in: packages/container/lib/container.js:10
Module: ember
A container used to instantiate and cache objects.
Every Container
must be associated with a Registry
, which is referenced to determine the factory and options that should be used to instantiate objects.
The public API for Container
is still in flux and should not be considered stable.
Please login to continue.