Tuesday, June 12, 2018
Make a SharePoint Online Modern Private Site into Public Site
I had to make a modern private site into a public site so that all the users in the organization can use it without making any access request.
Solution
Steps:
Site Information -> Privacy Setting -> Make public
Thursday, June 7, 2018
Sri Lanka Business Application Community - June 2018 Meetup
Title: Build Microsoft Teams Apps with Teams App Studio
Description: Microsoft Teams is the hub for teamwork in Office 365 that integrates with the apps and services. Microsoft Teams App Studio makes it easy to create and integrate custom apps and services. Teams App Studio is now the recommended way to develop Teams apps.In this session we will discuss on how to create apps using Teams App Studio.
Venue: Microsoft Sri Lanka, Access Towers II, Colombo
Date: 13th of June 2018
Time: 06 PM – 08 PM
Event Url: https://www.facebook.com/events/135965220607086/
Updated On 15th June
Slide Deck
Saturday, June 2, 2018
Create SharePoint Online Single Page Application with Angular 5, @PnPJS and SP-Rest-Proxy
Introduction
I was creating a Single Page Application using Angular 5, PnPJS Libraries and sp-rest-proxy.
I have created a boilerplate project in GitHub. Please clone and run the project after installing npm packages (npm install).
To run the project open two command prompts and type
npm run hmr
npm run serve.
You will be asked your SharePoint Online site url and the credentials in the command prompt. Feel free to provide them.
Once you done with these steps browse with http://localhost:4200/ and you will see your basic detail as below.
Since then you can develop your complex single page application.
GitHub Url
https://github.com/SuhailCloud/Angular5-PnPJS-SPRestProxy
Resources and References
- https://pnp.github.io/pnpjs/
- https://www.npmjs.com/package/sp-rest-proxy
- http://johnliu.net/blog/2017/9/angular-4-sharepoint-on-premises-localhost-development-and-sp-rest-proxy
- https://github.com/koltyakov/sp-rest-proxy/issues/41