52 lines
1.9 KiB
JSON
52 lines
1.9 KiB
JSON
[
|
|
{
|
|
"name": "pnp-sp-dev-spfx-web-parts-angularelements-html-templatefile",
|
|
"source": "pnp",
|
|
"title": "Angular Elements with HTML Template File in SharePoint Framework",
|
|
"shortDescription": "A sample web part illustrating how to use Angular Elements in the SharePoint Framework with the help of separate template HTML File.",
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/master/samples/angularelements-html-templatefile",
|
|
"longDescription": [
|
|
"A sample web part illustrating how to use Angular Elements in the SharePoint Framework with the help of separate template HTML File."
|
|
],
|
|
"created": "2019-01-08",
|
|
"modified": "2019-01-08",
|
|
"products": [
|
|
"SharePoint",
|
|
"Office"
|
|
],
|
|
"metadata": [
|
|
{
|
|
"key": "CLIENT-SIDE-DEV",
|
|
"value": "Angular"
|
|
},
|
|
{
|
|
"key": "SPFX-VERSION",
|
|
"value": "1.4.1"
|
|
}
|
|
],
|
|
"thumbnails": [
|
|
{
|
|
"type": "image",
|
|
"order": 100,
|
|
"url": "https://github.com/pnp/media/raw/master/parker/pnp/300w/parker.png",
|
|
"alt": "Angular Elements with HTML Template File in SharePoint Framework"
|
|
}
|
|
],
|
|
"authors": [
|
|
{
|
|
"gitHubAccount": "JayakumarB",
|
|
"company": "Hubfly",
|
|
"pictureUrl": "https://github.com/JayakumarB.png",
|
|
"name": "Jayakumar Balasubramaniam",
|
|
"twitter": "jayakumrb"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
] |