UNPKG

@acorel/contentful-integration

Version:
16 lines (11 loc) 386 B
<div *ngIf="data$ | async as data" class="contentful-container"> <ng-container *ngFor="let component of data.components"> <ng-template *ngIf="component.flexType" [cxOutlet]="component.flexType" [cxOutletContext]="{ component: component }" > <ng-container [cxComponentWrapper]="component"></ng-container> </ng-template> </ng-container> </div>