Updated with video links to PnP SharePoint YouTube channel.

This commit is contained in:
Vesa Juvonen 2016-08-31 21:11:09 +03:00
parent e1730f55c1
commit 0470dbcca2
2 changed files with 9 additions and 6 deletions

View File

@ -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)

View File

@ -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