summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/ui/designer/designer-frame.component.html
blob: 752e49e218e26f06e7044d8c3fd717629b8f150e (plain)
1
2
3
4
5
<div class="designer-frame">
    <div class="w-sdc-main-container">
        <iframe class="designer-iframe" [src]="designerUrl | safeUrlSanitizer"></iframe>
    </div>
</div>