Skip to content

Latest commit

 

History

History
24 lines (10 loc) · 697 Bytes

sp-loader-module.md

File metadata and controls

24 lines (10 loc) · 697 Bytes

sp-loader module

Classes

Class Description
SPComponentLoader Component loader. Needs to be initialized with an implemented ISPComponentLoader.

Interfaces

Interface Description
ILoadScriptOptions Options for the loadScript() method in ISPComponentLoader
ISPComponentLoader Interface for the module loader. It allows to load modules and scripts (through SystemJS) and CSS on the page. Also allows access to the manifests that exist in the page.