Skip to content

0.12.0 Breaking changes

stefanoScalzo edited this page Oct 23, 2019 · 14 revisions

Product Switch

  • Introduction of product switc Commit
  • Example of usage:
<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>
Clone this wiki locally