Pages

Tuesday, June 12, 2018

Make a SharePoint Online Modern Private Site into Public Site

Introduction

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/

Sri Lanka Business Application Community - June 2018 Meetup - Suhail Jamaldeen - Suhail Cloud

Updated On 15th June

Slide Deck


The internal view of new Microsoft Sri Lanka Office

Suhail Jamaldeen - Suhail Cloud  - Sri Lanka Business Application Community

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.

image

GitHub Url

https://github.com/SuhailCloud/Angular5-PnPJS-SPRestProxy

Resources and References