Skip to content

Commit

Permalink
fix(angular): router outlet has mode property (#25816)
Browse files Browse the repository at this point in the history
resolves #25813
  • Loading branch information
liamdebeasi committed Aug 24, 2022
1 parent b642243 commit afd0bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular/src/directives/navigation/ion-router-outlet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { RouteView, getUrl } from './stack-utils';
selector: 'ion-router-outlet',
exportAs: 'outlet',
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
inputs: ['animated', 'animation', 'swipeGesture'],
inputs: ['animated', 'animation', 'mode', 'swipeGesture'],
})
// eslint-disable-next-line @angular-eslint/directive-class-suffix
export class IonRouterOutlet implements OnDestroy, OnInit {
Expand Down

0 comments on commit afd0bbc

Please sign in to comment.