This module providers a way to load application configuration from one or more providers and share it across an application in a consistent way. A provider can be anything - but we have included one to load information from a SharePoint list. This library is most helpful for larger applications where a formal configuration model is needed.
Install the library and required dependencies
npm install @pnp/logging @pnp/common @pnp/odata @pnp/sp @pnp/config-store --save
See the topics below for usage:
Graphical UML diagram of @pnp/config-store. Right-click the diagram and open in new tab if it is too small.