mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
fix(angular): add swipe-to-go-back gesture
This commit is contained in:

committed by
Manu MA

parent
bfbbeca389
commit
108691dc44
@ -50,7 +50,7 @@ export class FabButton implements ComponentInterface {
|
||||
* When using a router, it specifies the transition direction when navigating to
|
||||
* another page using `href`.
|
||||
*/
|
||||
@Prop() routerDirection?: RouterDirection;
|
||||
@Prop() routerDirection: RouterDirection = 'forward';
|
||||
|
||||
/**
|
||||
* If `true`, the fab button will show when in a fab-list.
|
||||
|
Reference in New Issue
Block a user