Component loader. Needs to be initialized with an implemented ISPComponentLoader.
| Method | Access Modifier | Returns | Description |
|---|---|---|---|
initialize() |
public, static |
void |
Initializes the component loader with an implementation. Must be called once before it can be used. |
loadComponent() |
public, static |
Promise<TComponent> |
{@inheritdoc ISPComponentLoader.loadComponent} |
loadCss() |
public, static |
void |
{@inheritdoc ISPComponentLoader.loadCss} |
loadScript() |
public, static |
Promise<TModule> |
{@inheritdoc ISPComponentLoader.loadScript} |