view source
Embedding Angular 2 in SharePoint with a Script Editor Web Part 2
Angular is a powerful framework for creating client-side applications, but when it comes to SharePoint, not everyone is creating full-blown applications. In fact, a lot of solutions are created by embedding JavaScript directly in the page, which is a technique that has been around the SharePoint world forever. In this article, I’m going to show you how to embed Angular 2 code into SharePoint pages using the Script Editor web part. This is a great way to see the basic framework in action as well as open up possibilities for future solutions.
Advertisement