NavPush string not working

@rapropos can you point to a working example that is using IonicPageModule and IonicPage for pages? I’ve been completely unsuccessful getting navigation to work by the names provided in @ IonicPage

I have create a module for each of my pages
Imported the modules in app.module
Marked each page as Declaration and entryComponent in their respective modules

But if I try navCtrl.push(‘my-page-name’), it fails here: https://github.com/driftyco/ionic/blob/master/src/util/ng-module-loader.ts#L24 with an ‘undefined is not a function’ which appears to be because the result of System.import() is not a promise. It’s hard to tell beyond that because the “exports” on the module that System.import targets shows as a webPackAsyncContext

I started a topic on this here: https://forum.ionicframework.com/t/does-anyone-have-a-working-example-of-using-the-new-ionicpage-for-url-routing-deeplinking/86456