Skip to content

0.12.0 Breaking changes

stefanoScalzo edited this page Oct 23, 2019 · 14 revisions

Product Switch

<div style="background-color: #354A5F;text-align: right;padding: 6px;">
    <fd-product-switch>
        <fd-product-switch-body
            [products]="list"
            (productsChange)="productChangeHandle($event)">
        </fd-product-switch-body>
    </fd-product-switch>
</div>

Notifications

<div>
    <button fd-button (click)="openNotifications()">Create Notifications</button>
</div>

<div class="docs-notifications-inline-container" #vc></div>
Clone this wiki locally