Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Robert 1 post 71 karma points
    Mar 03, 2021 @ 10:14
    Robert
    0

    is there a way to use the UI Umbraco in Angular as a standalone front?

    I want to create a simple CMS Website. However, I want to have the drag & drop UI of Umbraco and set it in my angular app. 1- Is it possible to export the Umbarco UI to work with it in another application? 2- If it's so, which folder of the Umbarco's open source repository should I copy to my project? iMessage App

  • Nik 1593 posts 7151 karma points MVP 6x c-trib
    Mar 03, 2021 @ 14:51
    Nik
    0

    Hi Robert,

    I imagine that will be quite tough to be honest.

    1. The UI is built on AngularJS and I suspect you are using a more modern version of Angular.
    2. The UI is quite tightly coupled to the Umbraco back office API with lots of controllers interacting with it.

    But, for reference, the Back office UI components can be found here:https://github.com/umbraco/Umbraco-CMS/tree/v8/contrib/src/Umbraco.Web.UI.Client

    It is not a copy and paste job.

    Also, and my apologies if I've miss understood what you are doing but I feel I need to point out that I think it's a bit wrong to be creating a CMS on top of Umbraco which is already a CMS (maybe that isn't quite what what you meant in your question but it was how I've understood it).

    Cheers

    Nik

Please Sign in or register to post replies

Write your reply to:

Draft