Sharepoint with Angular. Are we doing it right? What is the best way to integrate? [closed]

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 pages. And from there we have all running on the Angular and not on Sharepoint Web Parts know.

As I have not gone through this before, would it be that the Sharepoint merger with Angular?

Thank you.

    
asked by anonymous 26.01.2017 / 14:58

2 answers

0

The best way to implement an application is by using the methodologies and practices that 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 layering - where Angular is responsible for the SPA and Sharepoint aspect through the backend.

    
26.01.2017 / 15:09
0

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

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

    
30.01.2017 / 13:55