diff --git a/samples/angular-ngofficeuifabric-todo/README.md b/samples/angular-ngofficeuifabric-todo/README.md index 495a43388..1feb8f5db 100644 --- a/samples/angular-ngofficeuifabric-todo/README.md +++ b/samples/angular-ngofficeuifabric-todo/README.md @@ -3,6 +3,7 @@ ## Summary Sample Web Part illustrating using Angular and [ngOfficeUIFabric](http://ngofficeuifabric.com/) with the SharePoint Framework. +You can find a video recording walk-through this sample from [SharePoint PnP YouTube channel](https://www.youtube.com/watch?v=FS-_0KENJkI). ![Sample To do SharePoint Framework Client-Side Web Part built using Angular and ngOfficeUIFabric](./assets/preview.png) diff --git a/tutorials/README.md b/tutorials/README.md index a1afb3941..9b973e74b 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -4,12 +4,14 @@ This *web-part-tutorials* client-side project includes the web parts detailed in the Getting Started walkthroughs. The solution contains the following web parts: -| Web part | Getting Started Walkthrough | -| ------------- | ------------- | -| helloWorld | [Build your first web part](https://github.com/SharePoint/sp-dev-docs/wiki/HelloWorld-WebPart) | -| helloWorldSharePoint | [Connect your client-side web part to SharePoint](https://github.com/SharePoint/sp-dev-docs/wiki/HelloWorld,-Talking-to-SharePoint) | -| jQuery | [Add jQueryUI Accordion to your SharePoint client-side web part](https://github.com/SharePoint/sp-dev-docs/wiki/jQueryUI-Accordion-WebPart) | -| documentCardExample | [Use Office UI Fabric React components in your SharePoint client-side web part](https://github.com/SharePoint/sp-dev-docs/wiki/Using-Office-UI-Fabric-Components) | +| Web part | Getting Started Walkthrough | Video +| ------------- | ------------- | ------------- | +| helloWorld | [Build your first web part](https://github.com/SharePoint/sp-dev-docs/wiki/HelloWorld-WebPart) | [video](https://www.youtube.com/watch?v=ralspfOBgic) | +| helloWorldSharePoint | [Connect your client-side web part to SharePoint](https://github.com/SharePoint/sp-dev-docs/wiki/HelloWorld,-Talking-to-SharePoint) | [video](https://www.youtube.com/watch?v=rokWJlXoFWk) | +| jQuery | [Add jQueryUI Accordion to your SharePoint client-side web part](https://github.com/SharePoint/sp-dev-docs/wiki/jQueryUI-Accordion-WebPart) | [video](https://www.youtube.com/watch?v=YcECe5JbAnA) | +| documentCardExample | [Use Office UI Fabric React components in your SharePoint client-side web part](https://github.com/SharePoint/sp-dev-docs/wiki/Using-Office-UI-Fabric-Components) | [video](https://www.youtube.com/watch?v=P8WmNhcSWHU) | + +You can also other SharePoint Framework releated videos from [SharePoint PnP YouTube Channel](https://aka.ms/SPPnP-Videos). ## Applies to