resolve (fullName, options) Functionprivate
Defined in packages/container/lib/registry.js:218
Given a fullName return the corresponding factory. By default resolve will retrieve the factory from the registry. let registry = new Registry();
registry.register('api:twitter', Twitter);
registry.resolve('api:twitter') // => Twitter
Optionally the registry can be provided with a custom resolver. If provided, resolve will first provide the custom resolver the opportunity to resolve the fullNa