Posts

Showing posts from November, 2021

Angular on a regular SharePoint page

Image
Hello SharePoint enthusiasts! ๐Ÿ˜Š In this article, I will show you how to use Angular on a regular SharePoint page without using the SharePoint framework. ๐Ÿš€ Is it possible to use Angular with the regular SharePoint pages (2013/2016/2019)? Yes, absolutely, with the help of Angular Elements!       Why should we use Angular Elements? Reusability to a Whole New Level With Angular Elements, we can make our components truly reusable. Meaning, you can use Angular Components in other frameworks and libraries, such as React, Vue, Ember, and even SharePoint! Publish Parts of the Application Angular Elements also allows you to develop and publish parts of the application independently!      Angular elements are Angular components packaged as custom elements (also called Web Components), a web standard for defining new HTML elements in a framework-agnostic way.      Ok, so to achieve this we need to create an Angular Elements project, build it an...