-
Notifications
You must be signed in to change notification settings - Fork 132
0.12.0 Breaking changes
stefanoScalzo edited this page Oct 23, 2019
·
14 revisions
- Introduction of product switch (https://github.com/SAP/fundamental-ngx/commit/11762d62f3fb9697b022fc4908f3899560430113)
- 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>
- Introduction of product switch (https://github.com/SAP/fundamental-ngx/pull/1367)
- Example of usage:
<div>
<button fd-button (click)="openNotifications()">Create Notifications</button>
</div>
<div class="docs-notifications-inline-container" #vc></div>