Skip to content

Commit

Permalink
fix: back button properties are set correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Jan 30, 2024
1 parent 5a68a08 commit 7d1bbdf
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { HostListener, Input, Optional, ElementRef, NgZone, ChangeDetectorRef, Directive } from '@angular/core';
import { HostListener, Optional, ElementRef, NgZone, ChangeDetectorRef, Directive } from '@angular/core';
import type { Components } from '@ionic/core';
import type { AnimationBuilder } from '@ionic/core/components';

import { Config } from '../../providers/config';
import { NavController } from '../../providers/nav-controller';
Expand All @@ -22,12 +21,6 @@ export declare interface IonBackButton extends Components.IonBackButton {}
})
// eslint-disable-next-line @angular-eslint/directive-class-suffix
export class IonBackButton {
@Input()
defaultHref: string | undefined;

@Input()
routerAnimation: AnimationBuilder | undefined;

protected el: HTMLElement;

constructor(
Expand Down

0 comments on commit 7d1bbdf

Please sign in to comment.