sp-dev-fx-webparts/samples/angularelements-helloworld
dependabot[bot] 7225202ad4
Bump @angular/core in /samples/angularelements-helloworld
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 6.0.3 to 11.0.5.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/11.0.5/packages/core)

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-02 20:11:58 +00:00
..
.devcontainer added remaining containers 2022-02-16 21:47:07 -05:00
assets Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02:00
config Removes invalid string references causing project build error (#567) 2018-07-13 15:06:19 +03:00
src/webparts Added Angular Elements sample (#523) 2018-06-01 15:52:26 +02:00
README.md added remaining containers 2022-02-16 21:47:07 -05:00
gulpfile.js Added Angular Elements sample (#523) 2018-06-01 15:52:26 +02:00
package-lock.json Bump @angular/core in /samples/angularelements-helloworld 2022-06-02 20:11:58 +00:00
package.json Bump @angular/core in /samples/angularelements-helloworld 2022-06-02 20:11:58 +00:00
tsconfig.json Added Angular Elements sample (#523) 2018-06-01 15:52:26 +02:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
AngularJS
6/1/2018 12:00:00 AM

Angular Elements in SharePoint Framework

Summary

Set of sample web parts illustrating how to use Angular Elements in the SharePoint Framework.

Compatibility

SPFx 1.4.1 Node.js v6 | v8 Compatible with SharePoint Online Compatible with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Solution

Solution Author(s)
angularelements-helloworld Waldek Mastykarz (MVP, Rencore, @waldekm),
angularelements-helloworld Sébastien Levert (MVP, Valo, @sebastienlevert)

Version history

Version Date Comments
1.0 June 1, 2018 Initial release

Minimal Path to Awesome

  • clone this repo
  • in the command line run:
    • npm i
    • gulp serve

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

This sample contains a set of web parts that illustrate using Angular Elements in the SharePoint Framework.

This web part illustrates the following concepts on top of the SharePoint Framework:

  • adding Angular Elements to a no-framework SharePoint Framework project
  • bootstrapping Angular Elements inside a SharePoint Framework web part
  • extending the building configuration to build Angular Elements
  • checking if the particular web component has already been registered to avoid conflicts
  • passing web part configuration to Angular Elements and reacting to configuration changes
  • calling the SharePoint REST API from an Angular Element using the native Angular HttpClient
  • calling the Microsoft Graph from an Angular Element using the SharePoint Framework MSGraphClient
  • calling the SharePoint REST API from an Angular Element using PnPjs
  • calling the Microsoft Graph from an Angular Element using PnPjs

Help

We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.