How can I programmatically close a FAB button list in Ionic 3? [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 years ago . How can I programmatically close a FAB Button list in IONIC 3? 回答1: 1) In HTML <ion-fab top right #fab> <ion-fab-list side="bottom"> <button ion-fab (click)="Close($event, fab)"> <ion-icon name="trash"></ion-icon> </button> </ion-fab-list> </ion-fab> 2) In .TS import { FabContainer } from 'ionic