Angular
5 ways to load templates in SharePoint Framework Client-Side Web Parts built using Angular
One of the key elements of each Angular application are templates used to display data. Here are 5 ways to load them in SharePoint Framework Web Parts.
Why bundling external frameworks in SharePoint Framework Client-Side Web Parts is a bad idea
JavaScript frameworks referenced in SharePoint Framework are bundled together with Web Parts by default. But is it really a good idea?
Loading Angular and ngOfficeUIFabric from CDN in SharePoint Framework
With the latest release of the SharePoint Framework you can load Angular and ngOfficeUIFabric from CDN in your Client-Side Web Parts. Here is how.
Building SharePoint Framework Client-Side Web Parts with Angular
You can use Angular to build Client-Side Web Parts on the new SharePoint Framework. Here is how to get started and what to keep in mind.
Converting existing JS apps to SharePoint Framework - SharePoint Dev PnP Web Cast
Learn how to migrate your existing client-side SharePoint solutions to the SharePoint Framework. Based on a sample Web Part built using Angular.