mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00
feat(router): dont reuse the component if the params are different
This matches v3 functionality
This commit is contained in:
@ -13,5 +13,8 @@ export * from './providers';
|
||||
// ionic types
|
||||
export * from './types/interfaces';
|
||||
|
||||
// ionic oute reuse strategy
|
||||
export * from './util/ionic-router-reuse-strategy';
|
||||
|
||||
/*tslint:disable*/
|
||||
import './ionic-angular';
|
||||
|
Reference in New Issue
Block a user