fix(angular): add swipe-to-go-back gesture

This commit is contained in:
Manu Mtz.-Almeida
2018-11-14 13:09:32 +01:00
committed by Manu MA
parent bfbbeca389
commit 108691dc44
29 changed files with 351 additions and 338 deletions

View File

@ -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.