SPFX init pnpjs
2021-06-24
import { sp } from "@pnp/sp/presets/all";
public onInit(): Promise<void> {
return super.onInit().then(_ => {
// other init code may be present
sp.setup({
spfxContext: this.context
});
});
}
Post Views: 2,628
2021/06/24 by admin