Does anyone have a working example of using the new @IonicPage for URL routing (Deeplinking)?

Working project provided in this comment:

My issue was that I was importing the to-be-lazy-loaded modules in my app module. Remove those, and reference all pages by their IonicPage.name strings and all works.