Adrian Thompson Phillips
Adrian Thompson Phillips

Reputation: 7141

Angular 4 and Umbraco Working Together

I've heard that Umbraco is written in Angular 1. Is it possible to run a web site written in Angular 4 on Umbraco?

Do they play well together?

Upvotes: 1

Views: 2556

Answers (1)

Mark
Mark

Reputation: 3271

The backend of Umbraco is implemented using AngularJS (v1). The frontend of Umbraco uses Razor to output serverside data or you can implement your own WebAPI controllers on top of Umbraco to output data to a webapplication implemented by the framework of your preference.

So yes, if you want to use it for the website itself, it fits perfectly fine. You'll have to implement your own Web API Controllers

If you want to use Angular to extend the Umbraco backoffice, you'll want to use AngularJS (v1)

Upvotes: 6

Related Questions