@pega/dx-component-builder-sdk
Version:
Utility for building custom UI components
14 lines (13 loc) • 422 B
HTML
<article class="psdk-announcement">
<h2>{{ configProps$.header }}</h2>
<div>
<p>{{ configProps$.description }}</p>
<div>
<h3>{{ configProps$.label }}</h3>
<ul>
<li *ngFor="let detail of details$">{{ detail }}</li>
</ul>
</div>
</div>
<a *ngIf="configProps$.whatsnewlink != ''" mat-raised-button color="primary" [href]="configProps$.whatsnewlink">See what's new</a>
</article>