Kentico 12 MVC with Angular JS

Ashish Kashyap asked on February 6, 2020 08:33

We are using Kentico as a back end and Angular JS as a front end, so what is the best approach and where should I create API?

Recent Answers


Roman Hutnyk answered on February 6, 2020 17:43

Kentico exposes REST API out of the box.

In case you might need complex data objects to be passed to UI and default REST service does not work for you you are free to implement custom controllers in your MVC application that will return data you need in JSON format.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.