Sharepoint with Angular. Are we doing it right? What’s the best way to integrate?

Asked

Viewed 121 times

1

Hello,
Here in the company we have Sharepoint 2013 with Angular. I arrived after the project started.

Good,
Here they use the Web Parts to spit angular tags on the pages. And from there we have all the execution in Angular and not in Sharepoint Web Parts knows.

Since I didn’t go through this before, it would be right around the union of Sharepoint to Angular?

Thank you.

2 answers

0

This means of development is quite promising because of the separation of the back-end and front-end layers. Microsoft itself encourages this type of development and as Sharepoint has a REST API. In addition to the REST API Sharepoint relies on CSOM.

At Sharepoint online this is the best development path since you lose the power to customize the back-end, different from the on-premise.

0

The best way to implement an application is by using the methodologies and practices the team already has and is comfortable with.

That said, Sharepoint 2013 has a REST interface. It would be interesting in this case to use this interface to implement solutions with a better layer division - where Angular is responsible for the SPA aspect and Sharepoint for the backend.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.