Creates a Container from a dependency factory map.
The dependencies will be a map of getters where the key matches the key within factories and the value is a lazily constructed dependency obtained from the respective provider.
factories
An object of key value pairs where the values are dependency providers.
Creates a Container from a dependency factory map.
The dependencies will be a map of getters where the key matches the key within
factoriesand the value is a lazily constructed dependency obtained from the respective provider.