Skip to content

Instantly share code, notes, and snippets.

@ypcode
Created July 7, 2017 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ypcode/34588175d4445fd3b9d2d25c2bbfcbc8 to your computer and use it in GitHub Desktop.
Save ypcode/34588175d4445fd3b9d2d25c2bbfcbc8 to your computer and use it in GitHub Desktop.
import pnp from "sp-pnp-js";
//...
public onInit(): Promise<void> {
return super.onInit().then(_ => {
pnp.setup({
spfxContext: this.context
});
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment