0.0.3 • Published 7 years ago

@ntik/component-registry v0.0.3

Weekly downloads
-
License
See LICENSE
Repository
-
Last release
7 years ago

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';