milo.registry.facets
Component facets registry. An instance of ClassRegistry class that is used by milo to register and find facets.
var facetsRegistry = new ClassRegistry(ComponentFacet);
// Adds common ancestor to all facets of components to the registry.
facetsRegistry.add(ComponentFacet);
module.exports = facetsRegistry;