58 lines
2.2 KiB
JSON
58 lines
2.2 KiB
JSON
[
|
|
{
|
|
"name": "pnp-sp-dev-spfx-web-parts-angular-migration",
|
|
"source": "pnp",
|
|
"title": "Migrating existing Angular applications to SharePoint Framework sample",
|
|
"shortDescription": "This is a sample Angular application before and after it has been migrated to a SharePoint Framework client-side web part.",
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/angular-migration",
|
|
"longDescription": [
|
|
"This is a sample Angular application before and after it has been migrated to a SharePoint Framework client-side web part."
|
|
],
|
|
"creationDateTime": "2016-10-21",
|
|
"updateDateTime": "2016-10-21",
|
|
"products": [
|
|
"SharePoint",
|
|
"Office"
|
|
],
|
|
"metadata": [
|
|
{
|
|
"key": "CLIENT-SIDE-DEV",
|
|
"value": "Angular"
|
|
},
|
|
{
|
|
"key": "SPFX-VERSION",
|
|
"value": "GA"
|
|
}
|
|
],
|
|
"thumbnails": [
|
|
{
|
|
"type": "image",
|
|
"order": 100,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/angular-migration/assets/angular-todo-spfx-preview.png",
|
|
"alt": "Migrating existing Angular applications to SharePoint Framework sample"
|
|
},
|
|
{
|
|
"type": "image",
|
|
"order": 101,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/angular-migration/assets/angular-todo-preview.png?raw=true",
|
|
"alt": "Migrating existing Angular applications to SharePoint Framework sample"
|
|
}
|
|
],
|
|
"authors": [
|
|
{
|
|
"gitHubAccount": "waldekmastykarz",
|
|
"company": "Microsoft",
|
|
"pictureUrl": "https://github.com/waldekmastykarz.png",
|
|
"name": "Waldek Mastykarz",
|
|
"twitter": "waldekm"
|
|
}
|
|
],
|
|
"references": [
|
|
{
|
|
"name": "Build your first SharePoint client-side web part",
|
|
"description": "Client-side web parts are client-side components that run in the context of a SharePoint page. Client-side web parts can be deployed to SharePoint environments that support the SharePoint Framework. You can also use modern JavaScript web frameworks, tools, and libraries to build them.",
|
|
"url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
|
|
}
|
|
]
|
|
}
|
|
] |