feat(router): dont reuse the component if the params are different

This matches v3 functionality
This commit is contained in:
mhartington
2018-04-11 14:43:00 -04:00
committed by Manu MA
parent 54d7a12bea
commit 5899b0392d
3 changed files with 52 additions and 0 deletions

View File

@ -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';