Add a new plugin category bsb.components that loads a module for eager/lazy loading of components.
Eager loading
To eager load a component, simply include the class inside of a module that is loaded.
Lazy loading
To lazy load a component, the plugin must return a dictionary, the items in a dictionary will be added to a new registry that should be
consulted when resolving class maps:
Add a new plugin category
bsb.components
that loads a module for eager/lazy loading of components.Eager loading
To eager load a component, simply include the class inside of a module that is loaded.
Lazy loading
To lazy load a component, the plugin must return a dictionary, the items in a dictionary will be added to a new registry that should be consulted when resolving class maps: