Closed
Description
Bug Report
Ionic Info
Run ionic info
from a terminal/cmd prompt and paste the output below.
Ionic:
ionic (Ionic CLI) : 4.3.1 (/usr/local/npm_packages/lib/node_modules/ionic)
Ionic Framework : @ionic/angular 4.0.0-beta.16
@angular-devkit/build-angular : 0.10.6
@angular-devkit/schematics : 7.0.6
@angular/cli : 7.0.6
@ionic/angular-toolkit : 1.2.0
System:
NodeJS : v10.7.0 (/usr/local/Cellar/node/10.7.0/bin/node)
npm : 6.4.1
OS : macOS
Describe the Bug
Page components do not get cached for re-use like they did in beta-15
. This breaks the ion-back-button
and any list/detail sort of pages since the list no longer is reused and is created from scratch.
Steps to Reproduce
See repo here. This is the started sidemenu
project with a detail page added. To see expected behavior downgrade to beta-15