i'm working on designing Angular Universal project and i want to get some stand alone html into my component and use it as view so that user will be able to edit template without dev efforts.
In just Angular 2+ it's possible to get external template in this way: Angular4 Load external html page in a div
Will it be possible to implement similar thing using Angular Universal?