1

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?

1 Answer 1

6

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)

Sign up to request clarification or add additional context in comments.

1 Comment

There's a 2014 24 Days in Umbraco article which goes over how you might do this with Angular 1.3: 24days.in/umbraco-cms/2014/angular-powered-frontend ; there's even a github project: github.com/skybrud/AngularPoweredUmbracoFrontend and a live demo: 24days.skybrud.dk/subpage-2 . All links still working 02/02/18.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.