@ntik/component-registry
v0.0.3
Published
A simple in-memory registry of component, allows dynamic registration and fetch.
Downloads
1
Readme
ComponentRegistry
A simple in-memory registry of component, allows dynamic registration and fetch.
Exports
ComponentRegistry
A class which maintains the registry.
import {ComponentRegistry} from '@ntik/component-registry';
ComponentLoader
This is default instance of the registry which can be shared globally by multiple packages
import {ComponentLoader} from '@ntik/component-registry';